General refactoring

This commit is contained in:
ShadowRanger
2015-06-22 20:15:28 +10:00
parent d988becf1f
commit ded568ec3f
16 changed files with 53 additions and 52 deletions

View File

@@ -111,10 +111,12 @@ public class SilentInventory implements ITileInventory {
return inv.getContents();
}
@Override
public void onOpen(CraftHumanEntity craftHumanEntity) {
inv.onOpen(craftHumanEntity);
}
@Override
public void onClose(CraftHumanEntity craftHumanEntity) {
inv.onClose(craftHumanEntity);
}