public class AdjustableCrateTileEntity.Inv
extends net.minecraftforge.items.ItemStackHandler
| Constructor and Description |
|---|
Inv() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSlotLimit(int slot) |
boolean |
isItemValid(int slot,
net.minecraft.item.ItemStack stack) |
protected void |
onContentsChanged(int slot) |
public int getSlotLimit(int slot)
getSlotLimit in interface net.minecraftforge.items.IItemHandlergetSlotLimit in class net.minecraftforge.items.ItemStackHandlerpublic boolean isItemValid(int slot,
net.minecraft.item.ItemStack stack)
isItemValid in interface net.minecraftforge.items.IItemHandlerisItemValid in class net.minecraftforge.items.ItemStackHandlerprotected void onContentsChanged(int slot)
onContentsChanged in class net.minecraftforge.items.ItemStackHandler