public void readFromNBT(NBTTagCompound compound) { InventoryUtil.readInventoryFromCompound(compound, this); }
public void writeToNBT(NBTTagCompound compound) { InventoryUtil.saveInventoryInCompound(compound, this); }