summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySnowman.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-89/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-6/+6
|
* Rework mob item dropping on death. Fixes BUKKIT-5625Travis Watkins2014-05-26-7/+2
| | | | | | | | | | | | | | | | | | | 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.
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-5/+5
|
* Set proper position of snow block. Fixes BUKKIT-5004Kodekpl2013-12-08-1/+1
| | | | | | Missed diffs when updating to 1.7. Pulled from PR #1278
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-21/+22
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-5/+5
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-6/+6
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-10/+11
|
* Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684feildmaster2013-04-10-20/+4
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-6/+6
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-2/+2
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-6/+18
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-19/+9
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-4/+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
* Apply setLastDamageCause after processing events and the event has not been ↵feildmaster2012-07-02-0/+6
| | | | | | | | canceled. Fixes BUKKIT-1881 This allows previous causes to be available during the event, as well as making the damage cause a valid one. If EntityDamageEvent is canceled, then it's not the last DamageCause. Also prevents setting DamageCause involuntarily through construction.
* Made Snowmen use a DamageCause MELTING for melting in hot biomes. Addresses ↵EvilSeph2012-03-22-1/+1
| | | | BUKKIT-1244
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-4/+4
|
* Made snowmen in rain or water fire EntityDamage events with DamageCause ↵EvilSeph2012-03-14-1/+6
| | | | DROWNING. Fixes BUKKIT-1165
* Made snowmen melting fire EntityDamage events with DamageCause FIRE_TICK. ↵EvilSeph2012-03-14-1/+7
| | | | Fixes BUKKIT-1164
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-34/+18
|
* Updated to rename revision 02Erik Broes2012-03-01-2/+2
|
* Cleanup.EvilSeph2012-01-27-2/+2
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Throw an EntityBlockFormEvent for snowmen. Thanks to feildmaster.Nathan Adams2012-01-15-2/+16
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Added death events for blaze and snowman, fixed reported loot for chickensNathan Adams2011-11-26-0/+92