13
0
geforkt von Mirrors/Paper
Paper/src
Travis Watkins 444ced306a Cleanup and rework physical interaction events. Fixes BUKKIT-3686
Currently when dealing with physical interactions with pressure plates
and tripwires we immediately block their activation as soon as a single
entity involved has their event cancelled. We also fire events whenever
an entity intersects the block a wooden button is in even if they aren't
actually pressing it. To correct this we move the button interaction to
the correct place and modify all three to only block the activation if
every entity is blocked from using them instead of just one of them.
2013-03-22 17:18:19 -05:00
..
main Cleanup and rework physical interaction events. Fixes BUKKIT-3686 2013-03-22 17:18:19 -05:00
test/java/org/bukkit Implement unit test for hasGravity(). Adds BUKKIT-3832 2013-03-20 18:44:22 -04:00