Remove only redirections to super call

This commit is contained in:
thatsIch
2014-10-01 11:18:35 +02:00
parent e1627734b1
commit cc9d89dc73
5 changed files with 0 additions and 36 deletions
@@ -632,12 +632,6 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
super.addCollisionBoxesToList( w, x, y, z, bb, out, e );
}
@Override
public void onBlockDestroyedByPlayer(World par1World, int par2, int par3, int par4, int par5)
{
super.onBlockDestroyedByPlayer( par1World, par2, par3, par4, par5 );
}
public boolean onActivated(World w, int x, int y, int z, EntityPlayer player, int side, float hitX, float hitY, float hitZ)
{
return false;