Package net.minecraftforge.event.brewing
Class PotionBrewEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.brewing.PotionBrewEvent
net.minecraftforge.event.brewing.PotionBrewEvent.Post
- Enclosing class:
 - PotionBrewEvent
 
PotionBrewEvent.Post is fired when a potion is brewed in the brewing stand.
 
The event is fired during the
 
 
 
This event is not
 
This event does not have a result.
 
This event is fired on the
The event is fired during the
BrewingStandBlockEntity#doBrew(Level, BlockPos, NonNullList) method invocation.PotionBrewEvent.stacks contains the itemstack array from the TileEntityBrewer holding all items in Brewer.This event is not
Cancelable.This event does not have a result.
Event.HasResultThis event is fired on the
MinecraftForge.EVENT_BUS.- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.event.brewing.PotionBrewEvent
PotionBrewEvent.Post, PotionBrewEvent.PreNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraftforge.event.brewing.PotionBrewEvent
getItem, getLength, setItemMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult 
- 
Constructor Details
- 
Post
 
 -