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 pContainerId, Inventory pPlayerInventory)
    • BrewingStandMenu

      public BrewingStandMenu(int pContainerId, Inventory pPlayerInventory, Container pBrewingStandContainer, ContainerData pBrewingStandData)
  • Method Details

    • stillValid

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

      public ItemStack quickMoveStack(Player pPlayer, int pIndex)
      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()