Interface BrewingEvent.Finish
- 
- All Superinterfaces:
 BrewingEvent,Event
- Enclosing interface:
 - BrewingEvent
 
public static interface BrewingEvent.Finish extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ItemStackSnapshot>brewedItemStacks()Gets an immutableListofItemStackSnapshots that are the result of the brew.- 
Methods inherited from interface org.spongepowered.api.event.block.entity.BrewingEvent
brewingStand, ingredient 
 - 
 
 - 
 
- 
- 
Method Detail
- 
brewedItemStacks
List<ItemStackSnapshot> brewedItemStacks()
Gets an immutableListofItemStackSnapshots that are the result of the brew.- Returns:
 - The brewed items
 
 
 - 
 
 -