Interface BrewingEvent

All Superinterfaces:
Event
All Known Subinterfaces:
BrewingEvent.ConsumeFuel, BrewingEvent.Finish, BrewingEvent.Interrupt, BrewingEvent.Start, BrewingEvent.Tick

public interface BrewingEvent extends Event
Fires during the brewing process where ItemStacks are brewed into different ItemStacks based on an ingredient which is also an ItemStack within a BrewingStand.