Interface BrewingEvent.Finish
- All Superinterfaces:
BrewingEvent
,Event
- Enclosing interface:
- BrewingEvent
Fires when brewing finished.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.block.entity.BrewingEvent
BrewingEvent.ConsumeFuel, BrewingEvent.Finish, BrewingEvent.Interrupt, BrewingEvent.Start, BrewingEvent.Tick
-
Method Summary
Modifier and TypeMethodDescriptionGets an immutableList
ofItemStackSnapshot
s that are the result of the brew.Methods inherited from interface org.spongepowered.api.event.block.entity.BrewingEvent
brewingStand, ingredient
-
Method Details
-
brewedItemStacks
List<ItemStackSnapshot> brewedItemStacks()Gets an immutableList
ofItemStackSnapshot
s that are the result of the brew.- Returns:
- The brewed items
-