summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityOcelot.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-232/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-10/+10
|
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-3/+1
| | | | | | | | | | | | | | | | | | | 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] Add many missing SpawnReasons.GJ2014-04-18-1/+1
| | | | | | | | | | Adds BUKKIT-5370, BUKKIT-5377, BUKKIT-5378, BUKKIT-5379, BUKKIT-5380, BUKKIT-5381, BUKKIT-5382. Adds reasons for zombies infecting villagers and zombie villagers being cured. Readds reason for a skeleton being spawned as a spider jockey. Adds reason to distinguish ocelot babies from the parent they spawned with. Adds reasons for chunk generation causing the ender dragon, villagers, and witches to spawn. And finally, adds a reason for spawning a chicken mount for a baby zombie.
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-3/+3
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-12/+12
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-21/+21
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-7/+7
|
* Revert to 1.5 despawning behaviour for Ocelots and Wolves. Fixes BUKKIT-4449EvilSeph2013-08-02-1/+1
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-13/+13
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-39/+43
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-12/+12
|
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-4/+4
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-14/+22
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-15/+27
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-53/+54
|
* Properly call EntityDeathEvent for mobs. Fixes BUKKIT-1519feildmaster2012-04-15-2/+2
|
* Made using RAW_FISH on Ocelots when a player has the ability to instantly ↵EvilSeph2012-04-03-1/+1
| | | | build not decrement the stack. Fixes BUKKIT-1439
* Updated version to 1.2.5-R0.1-SNAPSHOTDinnerbone (Laptop)2012-03-30-2/+2
|
* [Bleeding] Fixed ocelot dropping leather. Fixes BUKKIT-1333feildmaster2012-03-25-1/+1
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-7/+8
|
* Added EntityTame event. Fixes BUKKIT-1109EvilSeph2012-03-09-1/+2
|
* [Bleeding] Made Iron Golems and Ocelots throw EntityDeathEvent. This fixes ↵aPunch2012-03-08-1/+3
| | | | BUKKIT-1010.
* Added EntityIronGolem and EntityOcelot for diff visibility.aPunch2012-03-08-0/+205