Add missing annotations

This commit is contained in:
yueh 2017-08-11 21:44:30 +02:00
parent e39855b48f
commit eec3e59eea
2 changed files with 2 additions and 0 deletions

View file

@ -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() )

View file

@ -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 );