public class BasinInventory extends SmartInventory
extractionAllowed, insertionAllowed, stackNonStackables, stackSize, wrapped| Constructor and Description |
|---|
BasinInventory(int slots,
BasinTileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
extractItem(int slot,
int amount,
boolean simulate) |
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, forbidExtraction, forbidInsertion, getItem, getSlotLimit, getSlots, getStackInSlotIntermediate, getStackLimit, isItemValid, serializeNBT, setStackInSlot, whenContentsChanged, withMaxStackSizecanPlaceItem, clearContent, getContainerSize, getMaxStackSize, isEmpty, removeItem, removeItemNoUpdate, setChanged, setItem, startOpen, stillValid, stopOpenpublic BasinInventory(int slots,
BasinTileEntity te)
public net.minecraft.item.ItemStack insertItem(int slot,
net.minecraft.item.ItemStack stack,
boolean simulate)
insertItem in class SmartInventorypublic net.minecraft.item.ItemStack extractItem(int slot,
int amount,
boolean simulate)
extractItem in class SmartInventorypublic net.minecraft.item.ItemStack getStackInSlot(int slot)
getStackInSlot in interface net.minecraftforge.items.IItemHandler