public class InventoryGhostCrafting<T extends net.minecraft.tileentity.TileEntity> extends InventoryAdapterTile<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
SLOT_CRAFTING_1 |
static int |
SLOT_CRAFTING_COUNT |
static int |
SLOT_CRAFTING_RESULT |
tile| Constructor and Description |
|---|
InventoryGhostCrafting(T tile,
int size) |
canExtractItem, markDirtycanInsertItem, isItemValidForSlotcanSlotAccept, clear, closeInventory, copy, decrStackSize, disableAutomation, getDisplayName, getField, getFieldCount, getInventoryStackLimit, getName, getSizeInventory, getSlotsForFace, getStackInSlot, hasCustomName, isEmpty, isLocked, isUsableByPlayer, openInventory, readData, readFromNBT, removeStackFromSlot, setField, setInventorySlotContents, writeData, writeToNBTpublic static final int SLOT_CRAFTING_1
public static final int SLOT_CRAFTING_COUNT
public static final int SLOT_CRAFTING_RESULT
public InventoryGhostCrafting(T tile, int size)