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 --- javadoc/net/minecraft/potion/PotionHelper.html | 569 +++++++++++++++++++++++++ 1 file changed, 569 insertions(+) create mode 100644 javadoc/net/minecraft/potion/PotionHelper.html (limited to 'javadoc/net/minecraft/potion/PotionHelper.html') diff --git a/javadoc/net/minecraft/potion/PotionHelper.html b/javadoc/net/minecraft/potion/PotionHelper.html new file mode 100644 index 0000000..466b376 --- /dev/null +++ b/javadoc/net/minecraft/potion/PotionHelper.html @@ -0,0 +1,569 @@ + + + + + +PotionHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.potion
+

Class PotionHelper

+
+
+ +
+
    +
  • +
    +
    +
    public class PotionHelper
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PotionHelper() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static intapplyIngredient(int p_77913_0_, + java.lang.String p_77913_1_) 
      static intcalcPotionLiquidColor(java.util.Collection p_77911_0_) 
      static booleancheckFlag(int p_77914_0_, + int p_77914_1_) 
      static java.lang.Stringfunc_77905_c(int p_77905_0_) 
      static intfunc_77908_a(int p_77908_0_, + int p_77908_1_, + int p_77908_2_, + int p_77908_3_, + int p_77908_4_, + int p_77908_5_) 
      static intfunc_77909_a(int p_77909_0_) 
      static intfunc_77915_a(int p_77915_0_, + boolean p_77915_1_) 
      static booleanfunc_82817_b(java.util.Collection p_82817_0_) 
      static java.util.ListgetPotionEffects(int p_77917_0_, + boolean p_77917_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        field_77924_a

        +
        public static final java.lang.String field_77924_a
        +
      • +
      + + + +
        +
      • +

        sugarEffect

        +
        public static final java.lang.String sugarEffect
        +
      • +
      + + + +
        +
      • +

        ghastTearEffect

        +
        public static final java.lang.String ghastTearEffect
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        spiderEyeEffect

        +
        public static final java.lang.String spiderEyeEffect
        +
      • +
      + + + +
        +
      • +

        fermentedSpiderEyeEffect

        +
        public static final java.lang.String fermentedSpiderEyeEffect
        +
      • +
      + + + +
        +
      • +

        speckledMelonEffect

        +
        public static final java.lang.String speckledMelonEffect
        +
      • +
      + + + +
        +
      • +

        blazePowderEffect

        +
        public static final java.lang.String blazePowderEffect
        +
      • +
      + + + +
        +
      • +

        magmaCreamEffect

        +
        public static final java.lang.String magmaCreamEffect
        +
      • +
      + + + +
        +
      • +

        redstoneEffect

        +
        public static final java.lang.String redstoneEffect
        +
      • +
      + + + +
        +
      • +

        glowstoneEffect

        +
        public static final java.lang.String glowstoneEffect
        +
      • +
      + + + +
        +
      • +

        gunpowderEffect

        +
        public static final java.lang.String gunpowderEffect
        +
      • +
      + + + +
        +
      • +

        goldenCarrotEffect

        +
        public static final java.lang.String goldenCarrotEffect
        +
      • +
      + + + +
        +
      • +

        field_151423_m

        +
        public static final java.lang.String field_151423_m
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PotionHelper

        +
        public PotionHelper()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        checkFlag

        +
        public static boolean checkFlag(int p_77914_0_,
        +                int p_77914_1_)
        +
      • +
      + + + +
        +
      • +

        func_77909_a

        +
        public static int func_77909_a(int p_77909_0_)
        +
      • +
      + + + +
        +
      • +

        calcPotionLiquidColor

        +
        public static int calcPotionLiquidColor(java.util.Collection p_77911_0_)
        +
      • +
      + + + +
        +
      • +

        func_82817_b

        +
        public static boolean func_82817_b(java.util.Collection p_82817_0_)
        +
      • +
      + + + +
        +
      • +

        func_77915_a

        +
        public static int func_77915_a(int p_77915_0_,
        +               boolean p_77915_1_)
        +
      • +
      + + + +
        +
      • +

        func_77905_c

        +
        public static java.lang.String func_77905_c(int p_77905_0_)
        +
      • +
      + + + +
        +
      • +

        getPotionEffects

        +
        public static java.util.List getPotionEffects(int p_77917_0_,
        +                              boolean p_77917_1_)
        +
      • +
      + + + +
        +
      • +

        applyIngredient

        +
        public static int applyIngredient(int p_77913_0_,
        +                  java.lang.String p_77913_1_)
        +
      • +
      + + + +
        +
      • +

        func_77908_a

        +
        public static int func_77908_a(int p_77908_0_,
        +               int p_77908_1_,
        +               int p_77908_2_,
        +               int p_77908_3_,
        +               int p_77908_4_,
        +               int p_77908_5_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3