Package net.minecraft.screen
Class BrewingStandScreenHandler.IngredientSlot
java.lang.Object
net.minecraft.screen.slot.Slot
net.minecraft.screen.BrewingStandScreenHandler.IngredientSlot
- Enclosing class:
- BrewingStandScreenHandler
static class BrewingStandScreenHandler.IngredientSlot extends Slot
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IngredientSlot(Inventory inventory, int index, int x, int y) -
Method Summary
Modifier and Type Method Description booleancanInsert(ItemStack stack)intgetMaxStackAmount()Methods inherited from class net.minecraft.screen.slot.Slot
canTakeItems, doDrawHoveringEffect, getBackgroundSprite, getMaxStackAmount, getStack, hasStack, markDirty, onCrafted, onCrafted, onStackChanged, onTake, onTakeItem, setStack, takeStack
-
Constructor Details
-
Method Details
-
canInsert
-
getMaxStackAmount
public int getMaxStackAmount()- Overrides:
getMaxStackAmountin classSlot
-