Interface BrewingEvent.ConsumeFuel
- All Superinterfaces:
BrewingEvent
,Cancellable
,Event
- Enclosing interface:
- BrewingEvent
Fired when a fuel item is consumed to refill the fuel bar.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.entity.BrewingEvent
BrewingEvent.ConsumeFuel, BrewingEvent.Finish, BrewingEvent.Interrupt, BrewingEvent.Start, BrewingEvent.Tick
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.block.entity.BrewingEvent
brewingStand, ingredient
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Method Details
-
fuel
Transaction<ItemStackSnapshot> fuel()The consumed fuel transaction.- Returns:
- The consumed fuel transaction.
-