Interface CookingEvent.ConsumeFuel
-
- All Superinterfaces:
AffectItemStackEvent
,Cancellable
,CookingEvent
,Event
- Enclosing interface:
- CookingEvent
public static interface CookingEvent.ConsumeFuel extends CookingEvent, AffectItemStackEvent
Fires whenever fuel is consumed to refill the current burn time. Canceling this event prevents fuel from being consumed in a furnace In the current burn time to 0.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.entity.CookingEvent
CookingEvent.ConsumeFuel, CookingEvent.Finish, CookingEvent.Interrupt, CookingEvent.Start, CookingEvent.Tick
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.item.inventory.AffectItemStackEvent
filter, transactions
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
Methods inherited from interface org.spongepowered.api.event.block.entity.CookingEvent
blockEntity, fuel, recipe
-
-