Add missing annotations
This commit is contained in:
@@ -140,6 +140,7 @@ public class AppEngInternalInventory extends ItemStackHandler implements IIntern
|
||||
this.maxStack = s;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void markDirty( final int slot )
|
||||
{
|
||||
if( this.getTileEntity() != null && this.eventsEnabled() )
|
||||
|
||||
@@ -264,6 +264,7 @@ public class TileInscriber extends AENetworkPowerTile implements IGridTickable,
|
||||
|
||||
//
|
||||
// @Override
|
||||
@Override
|
||||
public TickingRequest getTickingRequest( final IGridNode node )
|
||||
{
|
||||
return new TickingRequest( TickRates.Inscriber.getMin(), TickRates.Inscriber.getMax(), !this.hasWork(), false );
|
||||
|
||||
Reference in New Issue
Block a user