summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPotion.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-157/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2/+2
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-9/+9
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-14/+14
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618EdGruberman2013-03-28-2/+2
| | | | | | | | | | When a splash potion has no applicable effects we currently do not call PotionSplashEvent. This means plugins are unable to make custom potions with reliable splash handling as they have to relicate the functionality themselves. With this commit we simply make the event fire regardless of the effects on the potion.
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-2/+2
|
* Add ability to modify ThrownPotion properties. Adds BUKKIT-3197Olof Larsson2013-03-21-1/+1
|
* Always call PotionSplashEvent. Fixes BUKKIT-3363Zloteanu Nikita2013-01-17-1/+1
| | | | | This change allows plugins to add recipients to a PotionSplashEvent when it would have otherwise had none.
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-1/+1
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-1/+1
|
* 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.