Remove only redirections to super call
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user