Class 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 the BrewingStandTileEntity#brewPotions() 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.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

        net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
    • Method Summary

      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait