Added missing @Override annotations with Eclipse
This commit is contained in:
@@ -757,11 +757,13 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
|
||||
return hasSubtypes;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasComparatorInputOverride()
|
||||
{
|
||||
return isInventory;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getComparatorInputOverride(World w, int x, int y, int z, int s)
|
||||
{
|
||||
TileEntity te = getTileEntity( w, x, y, z );
|
||||
|
||||
Reference in New Issue
Block a user