summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPotion.java
Commit message (Collapse)AuthorAgeLines
* Take into account if the shooter is a player before considering pvp mode for ↵feildmaster2012-11-27-2/+2
| | | | projectiles. Fixes BUKKIT-3058
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-16/+16
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-12/+38
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-12/+23
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-4/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* 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.