110111112113114115116
return null; } } public Inventory getInventory() { return new CraftInventory(this); }
221222223224225226227
if(this.autosave) savePlayerData(); } public Inventory getEnderChest() { InventoryEnderChest endchest = new InventoryEnderChest(); endchest.a(this.compound.getList("EnderItems", 0)); return new CraftInventory(endchest); }