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
public static class PotionBrewEvent.Post extends PotionBrewEvent
PotionBrewEvent.Post is fired when a potion is brewed in the brewing stand.
The event is fired during theBrewingStandTileEntity#brewPotions()
method invocation.
PotionBrewEvent.stacks
contains the itemstack array from the TileEntityBrewer holding all items in Brewer.
This event is notCancelable
.
This event does not have a result.Event.HasResult
This event is fired on theMinecraftForge.EVENT_BUS
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.event.brewing.PotionBrewEvent
PotionBrewEvent.Post, PotionBrewEvent.Pre
-
-
Constructor Summary
Constructors Constructor Description Post(NonNullList<ItemStack> stacks)
-
Method Summary
-
Methods inherited from class net.minecraftforge.event.brewing.PotionBrewEvent
getItem, getLength, setItem
-
-
-
-
Constructor Detail
-
Post
public Post(NonNullList<ItemStack> stacks)
-
-