Added missing @Override annotations with Eclipse
This commit is contained in:
@@ -25,16 +25,19 @@ public class TileCraftingStorageTile extends TileCraftingTile
|
||||
return super.getItemFromTile( obj );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAccelerator()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStorage()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getStorageBytes()
|
||||
{
|
||||
if ( worldObj == null || notLoaded() )
|
||||
|
||||
Reference in New Issue
Block a user