summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityIronGolem.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-10/+10
|
* Handle null targets in target event. Fixes BUKKIT-5635Travis Watkins2014-05-26-1/+5
|
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-11/+4
| | | | | | | | | | | | | | | | | | | After the changes in d611cff2 we started including a mob's equipment when calling EntityDeathEvent so plugins can access this data. However, the changes to enable this triggered a bug that makes skeletons and pig zombies no longer drop equipment because they handle this differently than the rest. On top of this we don't handle dropping equipment for mobs that cannot pick up items in vanilla even though vanilla does drop equipment for them if you summon them with it. We also do not include a horse's inventory in the event so they drop their saddle, armor, chest, and chest contents with no way for a plugin to control this. To solve this issues we revert mob item dropping back to vanilla logic and instead just capture all their drops in the method they all call to spawn them into the world. We also move horse inventory dropping so it happens at a time when we're capturing these drops. With these changes all items mobs drop on death should now be included in the event and we have less diff to worry about for future updates.
* [Bleeding] Call EntityTargetEvent in many new places.GJ2014-04-18-1/+6
| | | | | Adds BUKKIT-5388, BUKKIT-5387, BUKKIT-5386, BUKKIT-5483, BUKKIT-5484. Fixes BUKKIT-5389.
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-14/+14
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-27/+23
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-12/+12
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-17/+17
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-45/+46
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-10/+10
|
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-1/+1
|
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-2/+2
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-14/+14
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-20/+46
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-48/+38
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* [Bleeding] Made Iron Golems and Ocelots throw EntityDeathEvent. This fixes ↵aPunch2012-03-08-2/+9
| | | | BUKKIT-1010.
* Added EntityIronGolem and EntityOcelot for diff visibility.aPunch2012-03-08-0/+168