类 PotionBrewEvent.Post
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.brewing.PotionBrewEvent
net.minecraftforge.event.brewing.PotionBrewEvent.Post
- 封闭类:
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.HasResult
This event is fired on the
MinecraftForge.EVENT_BUS
.-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.event.brewing.PotionBrewEvent
PotionBrewEvent.Post, PotionBrewEvent.Pre
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.event.brewing.PotionBrewEvent
getItem, getLength, setItem
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
Post
-