Package buildcraft.core.inventory

Examples of buildcraft.core.inventory.SimpleInventory.writeToNBT()


      for (int s = 0; s < 9; ++s) {
        newInv.setInventorySlotContents(r.ordinal() * 9 + s, inv.getStackInSlot(dir * 9 + s));
      }
    }

    newInv.writeToNBT(slot.tileNBT);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.