Package net.minecraft.world.inventory
Class BrewingStandMenu.PotionSlot
java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.BrewingStandMenu.PotionSlot
- Enclosing class:
BrewingStandMenu
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPotionSlot
(Container p_39123_, int p_39124_, int p_39125_, int p_39126_) PotionSlot
(PotionBrewing potionBrewing, Container p_39123_, int p_39124_, int p_39125_, int p_39126_) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
static boolean
mayPlaceItem
(PotionBrewing potionBrewing, ItemStack p_39134_) static boolean
mayPlaceItem
(ItemStack p_39134_) Deprecated.void
Methods inherited from class net.minecraft.world.inventory.Slot
allowModification, checkTakeAchievements, getContainerSlot, getItem, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, mayPickup, onQuickCraft, onQuickCraft, onSwapCraft, remove, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove
-
Field Details
-
potionBrewing
-
-
Constructor Details
-
PotionSlot
-
PotionSlot
public PotionSlot(PotionBrewing potionBrewing, Container p_39123_, int p_39124_, int p_39125_, int p_39126_)
-
-
Method Details