Search in sources :

Example 1 with VirtualInventoryContainerSlot

use of mekanism.common.inventory.container.slot.VirtualInventoryContainerSlot in project Mekanism by mekanism.

the class QIOItemViewerContainer method addCraftingSlot.

private void addCraftingSlot(CraftingWindowInventorySlot slot, byte tableIndex, int slotIndex) {
    VirtualInventoryContainerSlot containerSlot = slot.createContainerSlot();
    craftingSlots[tableIndex][slotIndex] = containerSlot;
    addSlot(containerSlot);
}
Also used : VirtualInventoryContainerSlot(mekanism.common.inventory.container.slot.VirtualInventoryContainerSlot)

Aggregations

VirtualInventoryContainerSlot (mekanism.common.inventory.container.slot.VirtualInventoryContainerSlot)1