craftbukkit/src
Travis Watkins f5fad449bd Call interact event if block cannot be punched. Fixes BUKKIT-5126
We do ray tracing on arm swings to filter out swings that hit blocks since
punching blocks has its own event handling. However, some blocks cannot
be punched so the air interact type is still valid for them. Luckily
these blocks all have a means to query them so add an additional check
for this and don't fail the check for them.
2013-12-12 02:01:22 -06:00
..
main Call interact event if block cannot be punched. Fixes BUKKIT-5126 2013-12-12 02:01:22 -06:00
test/java/org/bukkit Update CraftBukkit to Minecraft 1.7.2 2013-11-30 19:26:12 -06:00