summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityHanging.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-8/+8
|
* Call event when pistons push an item frame/painting. Fixes BUKKIT-5110Travis Watkins2013-12-09-2/+12
| | | | | | | When pistons push/pull blocks they call Entity.move(float, float) to move entities out of their path. For hanging entities this code path makes them simply die and drop as an item. We now call an event in this scenario so plugins can control this behavior.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-28/+32
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-3/+3
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-0/+4
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-30/+21
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-2/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-10/+10
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-32/+40
|
* Fire HangingBreakEvent when explosions remove hanging entities. Fixes ↵EvilSeph2012-10-31-6/+6
| | | | BUKKIT-2764
* Fix NPE when blowing up an item frame. Fixes BUKKIT-2763Travis Watkins2012-10-31-1/+1
|
* [Bleeding] Fire damage is no longer a valid reason for hanging entity removalh31ix2012-10-31-13/+2
|
* [Bleeding] Implement new Hanging events. Adds BUKKIT-2754h31ix2012-10-31-31/+48
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+318