Class PotionBrewEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.brewing.PotionBrewEvent
- Direct Known Subclasses:
 PotionBrewEvent.Post,PotionBrewEvent.Pre
public abstract class PotionBrewEvent
extends net.neoforged.bus.api.Event
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPotionBrewEvent.Post is fired when a potion is brewed in the brewing stand.static classPotionBrewEvent.Pre is fired before vanilla brewing takes place.Nested classes/interfaces inherited from class net.neoforged.bus.api.Event
net.neoforged.bus.api.Event.HasResult, net.neoforged.bus.api.Event.Result - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.neoforged.bus.api.Event
getResult, hasResult, setResult 
- 
Field Details
- 
stacks
 
 - 
 - 
Constructor Details
- 
PotionBrewEvent
 
 - 
 - 
Method Details
- 
getItem
 - 
setItem
 - 
getLength
public int getLength() 
 -