craftbukkit/src/main/java
Travis Watkins 772867eb51 Call event when pistons push an item frame/painting. Fixes BUKKIT-5110
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.
2013-12-09 13:43:02 -06:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Call event when pistons push an item frame/painting. Fixes BUKKIT-5110 2013-12-09 13:43:02 -06:00
org Implement Firework.detonate(). Adds BUKKIT-4538 2013-12-06 00:05:23 -06:00