Interface BrewingEvent.ConsumeFuel
-
- All Superinterfaces:
BrewingEvent
,Cancellable
,Event
- Enclosing interface:
- BrewingEvent
public static interface BrewingEvent.ConsumeFuel extends BrewingEvent, Cancellable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transaction<ItemStackSnapshot>
fuel()
The consumed fuel transaction.-
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 Detail
-
fuel
Transaction<ItemStackSnapshot> fuel()
The consumed fuel transaction.- Returns:
- The consumed fuel transaction.
-
-