public class TileEntityBase.UpgradeHandler extends BaseItemStackHandler
te| Modifier and Type | Method and Description |
|---|---|
protected int |
getStackLimit(int slot,
net.minecraft.item.ItemStack stack) |
boolean |
isItemValid(int slot,
net.minecraft.item.ItemStack itemStack) |
protected void |
onContentsChanged(int slot) |
insertItempublic boolean isItemValid(int slot,
net.minecraft.item.ItemStack itemStack)
isItemValid in interface net.minecraftforge.items.IItemHandlerisItemValid in class net.minecraftforge.items.ItemStackHandlerprotected int getStackLimit(int slot,
@Nonnull
net.minecraft.item.ItemStack stack)
getStackLimit in class net.minecraftforge.items.ItemStackHandlerprotected void onContentsChanged(int slot)
onContentsChanged in class BaseItemStackHandler