Merge pull request #167 from yueh/cleanup-forwarding-super
Removed methods only forwarding their call to the corresponding super class
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user