Package net.minecraft.world.inventory
Class BrewingStandMenu.IngredientsSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.BrewingStandMenu.IngredientsSlot
- Enclosing class:
BrewingStandMenu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIngredientsSlot
(PotionBrewing pPotionBrewing, Container pContainer, int pSlot, int pX, int pY) -
Method Summary
Methods inherited from class net.minecraft.world.inventory.Slot
allowModification, checkTakeAchievements, getContainerSlot, getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, mayPickup, onQuickCraft, onQuickCraft, onSwapCraft, onTake, remove, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove
-
Field Details
-
potionBrewing
-
-
Constructor Details
-
IngredientsSlot
public IngredientsSlot(PotionBrewing pPotionBrewing, Container pContainer, int pSlot, int pX, int pY)
-
-
Method Details