Class BrewingStandMenu.IngredientsSlot

java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.BrewingStandMenu.IngredientsSlot
Enclosing class:
BrewingStandMenu

static class BrewingStandMenu.IngredientsSlot extends Slot
  • Field Details

  • Constructor Details

    • IngredientsSlot

      public IngredientsSlot(PotionBrewing potionBrewing, Container container, int slot, int x, int y)
  • Method Details

    • mayPlace

      public boolean mayPlace(ItemStack stack)
      Check if the stack is allowed to be placed in this slot, used for armor slots as well as furnace fuel.
      Overrides:
      mayPlace in class Slot