summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/MobEffectList.java
Commit message (Collapse)AuthorAgeLines
* [Bleeding] Add many missing event calls.GJ2014-04-18-1/+12
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-4/+4
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-6/+7
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-4/+4
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-4/+4
|
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-1/+1
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-47/+99
|
* Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684feildmaster2013-04-10-22/+3
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-4/+4
|
* Implement entity max health methods. Adds BUKKIT-266feildmaster2012-12-23-1/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-15/+24
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-32/+31
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+3
| | | | | | | | | | | | | 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
* [Bleeding] Fixed potions throwing double events. Fixes BUKKIT-1332feildmaster2012-03-26-13/+3
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-4/+4
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+4
|
* Updated to rename revision 02Erik Broes2012-03-01-5/+5
|
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-0/+4
|
* Fix giving wrong arguments to callEntityDamageEvent. Forgot to update after ↵Erik Broes2012-01-18-2/+2
| | | | changing the signature :(
* [Bleeding] Added event calls for healing and harming by potionsZeerix2012-01-17-0/+187