Removed onBlockSent, added onLeavesDecay

This commit is contained in:
Dinnerbone
2011-01-04 22:03:15 +00:00
parent e6903d3b3a
commit b0d938d9ef
4 changed files with 130 additions and 83 deletions

View File

@@ -127,6 +127,9 @@ public final class JavaPluginLoader implements PluginLoader {
case BLOCK_FLOW:
trueListener.onBlockFlow((BlockFromToEvent)event);
break;
case LEAVES_DECAY:
trueListener.onLeavesDecay((LeavesDecayEvent)event);
break;
}
} else if(listener instanceof ServerListener) {
ServerListener trueListener = (ServerListener)listener;