static class ContainerBrewingStand.Fuel extends Slot
backgroundLocation, backgroundMap, backgroundName, inventory, slotNumber, xPos, yPos
Constructor and Description |
---|
Fuel(IInventory iInventoryIn,
int index,
int xPosition,
int yPosition) |
Modifier and Type | Method and Description |
---|---|
int |
getSlotStackLimit() |
boolean |
isItemValid(ItemStack stack) |
static boolean |
isValidBrewingFuel(ItemStack itemStackIn) |
canTakeStack, decrStackSize, getBackgroundLocation, getBackgroundMap, getBackgroundSprite, getHasStack, getItemStackLimit, getSlotIndex, getSlotTexture, getStack, isEnabled, isHere, isSameInventory, onCrafting, onCrafting, onSlotChange, onSlotChanged, onSwapCraft, onTake, putStack, setBackgroundLocation, setBackgroundName
public Fuel(IInventory iInventoryIn, int index, int xPosition, int yPosition)
public boolean isItemValid(ItemStack stack)
isItemValid
in class Slot
public static boolean isValidBrewingFuel(ItemStack itemStackIn)
public int getSlotStackLimit()
getSlotStackLimit
in class Slot