BlockDamagedEvent

This commit is contained in:
Taylor Kelly
2011-01-10 06:34:59 +08:00
committed by Dinnerbone
parent 04f5a1e82b
commit b29d41c282
5 changed files with 68 additions and 21 deletions

View File

@@ -132,6 +132,9 @@ public final class JavaPluginLoader implements PluginLoader {
case BLOCK_PLACED:
trueListener.onBlockPlaced((BlockPlacedEvent)event);
break;
case BLOCK_DAMAGED:
trueListener.onBlockDamaged((BlockDamagedEvent)event);
break;
case BLOCK_INTERACT:
trueListener.onBlockInteracted((BlockInteractEvent)event);
break;