Class BrewingStartEvent


public class BrewingStartEvent extends InventoryBlockStartEvent
Called when a brewing stand starts to brew.
  • Constructor Details

  • Method Details

    • getTotalBrewTime

      public int getTotalBrewTime()
      Gets the total brew time associated with this event.
      Returns:
      the total brew time
    • setTotalBrewTime

      public void setTotalBrewTime(int brewTime)
      Sets the total brew time for this event.
      Parameters:
      brewTime - the new total brew time
    • getHandlers

      @NotNull public HandlerList getHandlers()
      Overrides:
      getHandlers in class InventoryBlockStartEvent
    • getHandlerList

      @NotNull public static HandlerList getHandlerList()