Add missing annotations
This commit is contained in:
parent
e39855b48f
commit
eec3e59eea
2 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue