Interface CookingEvent.Finish
- All Superinterfaces:
CookingEvent
,Event
- Enclosing interface:
- 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
Modifier and TypeMethodDescriptionGets 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 Details
-
cookedItems
List<ItemStackSnapshot> cookedItems()Gets an immutableList
ofItemStackSnapshot
s that are the result of the cooking. Always exactly one item.- Returns:
- The cooked items
-