@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.block.entity
-
Interface Summary Interface Description BrewingEvent Fires during the brewing process whereItemStack
s are brewed into differentItemStack
s based on an ingredient which is also anItemStack
within aBrewingStand
.BrewingEvent.ConsumeFuel Fired when a fuel item is consumed to refill the fuel bar.BrewingEvent.Finish Fires when brewing finished.BrewingEvent.Interrupt Fires when brewing is interrupted.BrewingEvent.Start Fired when the brewing process starts.BrewingEvent.Tick Fired every tick while brewing.ChangeSignEvent CookingEvent Events for cooking items in aFurnaceBlockEntity
orCampfire
.CookingEvent.ConsumeFuel Fires whenever fuel is consumed to refill the current burn time.CookingEvent.Finish CookingEvent.Interrupt Fires when the cooking is interrupted causing the current cooking time to reset to 0.CookingEvent.Start The first tick of an item cooking.CookingEvent.Tick The cooking timer ticking up or down.