public static class MechanicalCrafterTileEntity.Inventory extends SmartInventory
extractionAllowed, insertionAllowed, stackNonStackables, stackSize, wrapped| Constructor and Description |
|---|
Inventory(MechanicalCrafterTileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
default net.minecraft.item.ItemStack |
getStackInSlot(int slot) |
net.minecraft.item.ItemStack |
insertItem(int slot,
net.minecraft.item.ItemStack stack,
boolean simulate) |
allowExtraction, allowInsertion, deserializeNBT, extractItem, forbidExtraction, forbidInsertion, getItem, getSlotLimit, getSlots, getStackInSlotIntermediate, getStackLimit, isItemValid, serializeNBT, setStackInSlot, whenContentsChanged, withMaxStackSizecanPlaceItem, clearContent, getContainerSize, getMaxStackSize, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpenpublic Inventory(MechanicalCrafterTileEntity te)
public net.minecraft.item.ItemStack insertItem(int slot,
net.minecraft.item.ItemStack stack,
boolean simulate)
insertItem in class SmartInventorypublic net.minecraft.item.ItemStack getStackInSlot(int slot)
getStackInSlot in interface net.minecraftforge.items.IItemHandler