Removed methods only forwarding their call to the corresponding super class

This commit is contained in:
yueh
2014-09-28 20:15:26 +02:00
parent 29a7ed4a62
commit 53694bdd3a
3 changed files with 0 additions and 24 deletions
@@ -40,12 +40,6 @@ public class UpgradeInventory extends AppEngInternalInventory implements IAEAppE
return true;
}
@Override
public void setInventorySlotContents(int slot, ItemStack newItemStack)
{
super.setInventorySlotContents( slot, newItemStack );
}
@Override
public boolean isItemValidForSlot(int i, ItemStack itemstack)
{