Interface CookingEvent.Finish
-
- All Superinterfaces:
CookingEvent
,Event
- Enclosing interface:
- CookingEvent
public static interface CookingEvent.Finish extends CookingEvent
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ItemStackSnapshot>
cookedItems()
Gets an immutableList
ofItemStackSnapshot
s that are the result of the cooking.-
Methods inherited from interface org.spongepowered.api.event.block.entity.CookingEvent
blockEntity, fuel, recipe
-
-
-
-
Method Detail
-
cookedItems
List<ItemStackSnapshot> cookedItems()
Gets an immutableList
ofItemStackSnapshot
s that are the result of the cooking. Always exactly one item.- Returns:
- The cooked items
-
-