summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntitySnowman.java
Commit message (Collapse)AuthorAgeLines
* 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