summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPotion.java
Commit message (Collapse)AuthorAgeLines
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-1/+1
|
* Updated to rename revision 02Erik Broes2012-03-01-4/+5
|
* Made splash options abide by PVP settings. Fixes BUKKIT-542EvilSeph2012-02-10-0/+7
|
* [Bleeding] Implemented PotionSplashEvent. Closes BUKKIT-307Zeerix2012-01-24-0/+28
|
* [Bleeding] Added event calls for healing and harming by potionsZeerix2012-01-17-1/+1
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Fix Craft Entity constructors and toStrings.Andrew Ardill2011-11-29-0/+87
Also, standardise getHandle and clean up in general. getHandle is now using the 'entity' member variable instead of super.getHandle, as this reduces the number of chained calls needed.