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_) Deprecated.Use the one that specifes a PotionBrewingPotionSlot
(Container p_39123_, int p_39124_, int p_39125_, int p_39126_, PotionBrewing potionBrewing) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
static boolean
mayPlaceItem
(ItemStack p_39134_) 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
Deprecated.Use the one that specifes a PotionBrewing -
PotionSlot
public PotionSlot(Container p_39123_, int p_39124_, int p_39125_, int p_39126_, PotionBrewing potionBrewing)
-
-
Method Details