From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../event/brewing/PotionBrewedEvent.html | 334 +++++++++++++++++++++ 1 file changed, 334 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/brewing/PotionBrewedEvent.html (limited to 'javadoc/net/minecraftforge/event/brewing/PotionBrewedEvent.html') diff --git a/javadoc/net/minecraftforge/event/brewing/PotionBrewedEvent.html b/javadoc/net/minecraftforge/event/brewing/PotionBrewedEvent.html new file mode 100644 index 0000000..9d7cbf0 --- /dev/null +++ b/javadoc/net/minecraftforge/event/brewing/PotionBrewedEvent.html @@ -0,0 +1,334 @@ + + + + + +PotionBrewedEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.brewing
+

Class PotionBrewedEvent

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    PotionBrewEvent.Post
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public class PotionBrewedEvent
    +extends PotionBrewEvent
    +
    PotionBrewedEvent is fired when a potion is brewed in the brewing stand. +
    + The event is fired during the TileEntityBrewingStand#brewPotions() method invocation.
    +
    + 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. HasResult
    +
    + This event is fired on the MinecraftForge#EVENT_BUS.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        brewingStacks

        +
        @Deprecated
        +public ItemStack[] brewingStacks
        +
        Deprecated. 
        +
        The brewing stacks in the brewing stand. Each index has the possibility to be null, so make sure you check. + Changing this array to another one has no effect.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PotionBrewedEvent

        +
        public PotionBrewedEvent(ItemStack[] brewingStacks)
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3