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 pPotionBrewing, Container pContainer, int pSlot, int pX, int pY)
  • Method Details

    • mayPlace

      public boolean mayPlace(ItemStack pStack)
      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