Removed Unused method.

This commit is contained in:
AlgorithmX2
2014-08-23 01:23:50 -05:00
parent 14bb515bfb
commit 4385fd8414
-8
View File
@@ -71,14 +71,6 @@ public class AEBaseTile extends TileEntity implements IOrientable, ICommonTile,
return src.stack( 1 );
}
/**
* isRedstonePowerd has already changed.
*/
public void onRedstoneEvent()
{
}
protected boolean hasHandlerFor(TileEventType type)
{
List<AETileEventHandler> list = handlers.get( type );