Interface CookingEvent.Start
- 
- All Superinterfaces:
 Cancellable,CookingEvent,Event
- Enclosing interface:
 - CookingEvent
 
public static interface CookingEvent.Start extends CookingEvent, Cancellable
The first tick of an item cooking. 
- 
- 
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.Cancellable
isCancelled, setCancelled 
- 
Methods inherited from interface org.spongepowered.api.event.block.entity.CookingEvent
blockEntity, fuel, recipe 
 - 
 
 -