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/PotionBrewEvent.Pre.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Pre.html (limited to 'javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Pre.html') diff --git a/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Pre.html b/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Pre.html new file mode 100644 index 0000000..238fc80 --- /dev/null +++ b/javadoc/net/minecraftforge/event/brewing/PotionBrewEvent.Pre.html @@ -0,0 +1,291 @@ + + + + + +PotionBrewEvent.Pre (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraftforge.event.brewing
+

Class PotionBrewEvent.Pre

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    PotionBrewEvent
    +
    +
    +
    +
    public static class PotionBrewEvent.Pre
    +extends PotionBrewEvent
    +
    PotionBrewEvent.Pre is fired before vanilla brewing takes place. + All changes made to the event's array will be made to the TileEntity if the event is canceled. +
    + 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 Cancelable.
    + If the event is not canceled, the vanilla brewing will take place instead of modded brewing. +
    + This event does not have a result. Event.HasResult
    +
    + This event is fired on the MinecraftForge#EVENT_BUS.
    +
    + If this event is canceled, and items have been modified, PotionBrewEvent.Post will automatically be fired.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PotionBrewEvent.Pre

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