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.BrewingEventBrewingEvent.ConsumeFuel, BrewingEvent.Finish, BrewingEvent.Interrupt, BrewingEvent.Start, BrewingEvent.Tick
 
- 
 - 
Method SummaryAll 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.BrewingEventbrewingStand, ingredient
 - 
Methods inherited from interface org.spongepowered.api.event.CancellableisCancelled, setCancelled
 
- 
 
- 
- 
- 
Method Detail- 
fuelTransaction<ItemStackSnapshot> fuel() The consumed fuel transaction.- Returns:
- The consumed fuel transaction.
 
 
- 
 
-