Examples of SlotNoPouches


Examples of thaumic.tinkerer.common.block.tile.container.slot.kami.SlotNoPouches

    pouch = player.getCurrentEquippedItem();
    blockSlot = player.inventory.currentItem + 27 + 13 * 9;

    for (int y = 0; y < 9; y++)
      for (int x = 0; x < 13; x++)
        addSlotToContainer(new SlotNoPouches(inv, y * 13 + x, 12 + x * 18, 8 + y * 18));
    initPlayerInv();

    if (!player.worldObj.isRemote)
      try {
        ((InventoryIchorPouch) inv).stackList = ((ItemFocusPouch) pouch.getItem()).getInventory(pouch);
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.