Class BrewingStandMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.BrewingStandMenu

public class BrewingStandMenu extends AbstractContainerMenu
  • Field Details

  • Constructor Details

    • BrewingStandMenu

      public BrewingStandMenu(int containerId, Inventory playerInventory)
    • BrewingStandMenu

      public BrewingStandMenu(int containerId, Inventory playerInventory, Container brewingStandContainer, ContainerData brewingStandData)
  • Method Details

    • stillValid

      public boolean stillValid(Player player)
      Determines whether supplied player can use this container
      Specified by:
      stillValid in class AbstractContainerMenu
    • quickMoveStack

      public ItemStack quickMoveStack(Player player, int index)
      Handle when the stack in slot index is shift-clicked. Normally this moves the stack between the player inventory and the other inventory(s).
      Specified by:
      quickMoveStack in class AbstractContainerMenu
    • getFuel

      public int getFuel()
    • getBrewingTicks

      public int getBrewingTicks()