Class BrewEvent

All Implemented Interfaces:
Cancellable

public class BrewEvent extends InventoryEvent implements Cancellable
Author:
CreeperFace
  • Constructor Details

  • Method Details

    • getHandlers

      public static HandlerList getHandlers()
    • getBrewingStand

      public BlockEntityBrewingStand getBrewingStand()
    • getIngredient

      public Item getIngredient()
    • getPotions

      public Item[] getPotions()
    • getPotion

      public Item getPotion(int index)
      Parameters:
      index - Potion index in range 0 - 2
      Returns:
      potion
    • getFuel

      public int getFuel()