From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../event/brewing/PotionBrewEvent.Post.html | 307 +++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Post.html (limited to 'javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Post.html') diff --git a/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Post.html b/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Post.html new file mode 100644 index 0000000..aaff33a --- /dev/null +++ b/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Post.html @@ -0,0 +1,307 @@ + + + + + +PotionBrewEvent.Post (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.brewing
+

Class PotionBrewEvent.Post

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PotionBrewEvent
    +
    +
    +
    +
    public static class PotionBrewEvent.Post
    +extends PotionBrewedEvent
    +
    PotionBrewEvent.Post is fired when a potion is brewed in the brewing stand. +
    + The event is fired during the TileEntityBrewingStand#brewPotions() method invocation.
    +
    + PotionBrewedEvent.brewingStacks 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.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PotionBrewEvent.Post

        +
        public PotionBrewEvent.Post(ItemStack[] stacks)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3