From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/util/MathHelper.html | 716 ----------------------------- 1 file changed, 716 deletions(-) delete mode 100644 javadoc/net/minecraft/util/MathHelper.html (limited to 'javadoc/net/minecraft/util/MathHelper.html') diff --git a/javadoc/net/minecraft/util/MathHelper.html b/javadoc/net/minecraft/util/MathHelper.html deleted file mode 100644 index 76e78e4..0000000 --- a/javadoc/net/minecraft/util/MathHelper.html +++ /dev/null @@ -1,716 +0,0 @@ - - - - - -MathHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MathHelper

-
-
- -
-
    -
  • -
    -
    -
    public class MathHelper
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      MathHelper() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static intabs_int(int p_76130_0_) 
      static doubleabs_max(double p_76132_0_, - double p_76132_2_) 
      static floatabs(float p_76135_0_) 
      static doubleaverage(long[] p_76127_0_) 
      static intbucketInt(int p_76137_0_, - int p_76137_1_) 
      static intcalculateLogBaseTwo(int p_151239_0_) 
      static intceiling_double_int(double p_76143_0_) 
      static intceiling_float_int(float p_76123_0_) 
      static doubleclamp_double(double p_151237_0_, - double p_151237_2_, - double p_151237_4_) 
      static floatclamp_float(float p_76131_0_, - float p_76131_1_, - float p_76131_2_) 
      static intclamp_int(int p_76125_0_, - int p_76125_1_, - int p_76125_2_) 
      static floatcos(float p_76134_0_) 
      static doubledenormalizeClamp(double p_151238_0_, - double p_151238_2_, - double p_151238_4_) 
      static longfloor_double_long(double p_76124_0_) 
      static intfloor_double(double p_76128_0_) 
      static intfloor_float(float p_76141_0_) 
      static intfunc_154353_e(double p_154353_0_) 
      static intfunc_154354_b(int p_154354_0_, - int p_154354_1_) 
      static doublegetRandomDoubleInRange(java.util.Random p_82716_0_, - double p_82716_1_, - double p_82716_3_) 
      static intgetRandomIntegerInRange(java.util.Random p_76136_0_, - int p_76136_1_, - int p_76136_2_) 
      static doubleparseDoubleWithDefault(java.lang.String p_82712_0_, - double p_82712_1_) 
      static doubleparseDoubleWithDefaultAndMax(java.lang.String p_82713_0_, - double p_82713_1_, - double p_82713_3_) 
      static intparseIntWithDefault(java.lang.String p_82715_0_, - int p_82715_1_) 
      static intparseIntWithDefaultAndMax(java.lang.String p_82714_0_, - int p_82714_1_, - int p_82714_2_) 
      static floatrandomFloatClamp(java.util.Random p_151240_0_, - float p_151240_1_, - float p_151240_2_) 
      static introundUpToPowerOfTwo(int p_151236_0_) 
      static floatsin(float p_76126_0_) 
      static floatsqrt_double(double p_76133_0_) 
      static floatsqrt_float(float p_76129_0_) 
      static booleanstringNullOrLengthZero(java.lang.String p_76139_0_) 
      static inttruncateDoubleToInt(double p_76140_0_) 
      static doublewrapAngleTo180_double(double p_76138_0_) 
      static floatwrapAngleTo180_float(float p_76142_0_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MathHelper

        -
        public MathHelper()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sin

        -
        public static final float sin(float p_76126_0_)
        -
      • -
      - - - -
        -
      • -

        cos

        -
        public static final float cos(float p_76134_0_)
        -
      • -
      - - - -
        -
      • -

        sqrt_float

        -
        public static final float sqrt_float(float p_76129_0_)
        -
      • -
      - - - -
        -
      • -

        sqrt_double

        -
        public static final float sqrt_double(double p_76133_0_)
        -
      • -
      - - - -
        -
      • -

        floor_float

        -
        public static int floor_float(float p_76141_0_)
        -
      • -
      - - - -
        -
      • -

        truncateDoubleToInt

        -
        public static int truncateDoubleToInt(double p_76140_0_)
        -
      • -
      - - - -
        -
      • -

        floor_double

        -
        public static int floor_double(double p_76128_0_)
        -
      • -
      - - - -
        -
      • -

        floor_double_long

        -
        public static long floor_double_long(double p_76124_0_)
        -
      • -
      - - - -
        -
      • -

        func_154353_e

        -
        public static int func_154353_e(double p_154353_0_)
        -
      • -
      - - - -
        -
      • -

        abs

        -
        public static float abs(float p_76135_0_)
        -
      • -
      - - - -
        -
      • -

        abs_int

        -
        public static int abs_int(int p_76130_0_)
        -
      • -
      - - - -
        -
      • -

        ceiling_float_int

        -
        public static int ceiling_float_int(float p_76123_0_)
        -
      • -
      - - - -
        -
      • -

        ceiling_double_int

        -
        public static int ceiling_double_int(double p_76143_0_)
        -
      • -
      - - - -
        -
      • -

        clamp_int

        -
        public static int clamp_int(int p_76125_0_,
        -            int p_76125_1_,
        -            int p_76125_2_)
        -
      • -
      - - - -
        -
      • -

        clamp_float

        -
        public static float clamp_float(float p_76131_0_,
        -                float p_76131_1_,
        -                float p_76131_2_)
        -
      • -
      - - - -
        -
      • -

        clamp_double

        -
        public static double clamp_double(double p_151237_0_,
        -                  double p_151237_2_,
        -                  double p_151237_4_)
        -
      • -
      - - - -
        -
      • -

        denormalizeClamp

        -
        public static double denormalizeClamp(double p_151238_0_,
        -                      double p_151238_2_,
        -                      double p_151238_4_)
        -
      • -
      - - - -
        -
      • -

        abs_max

        -
        public static double abs_max(double p_76132_0_,
        -             double p_76132_2_)
        -
      • -
      - - - -
        -
      • -

        bucketInt

        -
        public static int bucketInt(int p_76137_0_,
        -            int p_76137_1_)
        -
      • -
      - - - -
        -
      • -

        stringNullOrLengthZero

        -
        public static boolean stringNullOrLengthZero(java.lang.String p_76139_0_)
        -
      • -
      - - - -
        -
      • -

        getRandomIntegerInRange

        -
        public static int getRandomIntegerInRange(java.util.Random p_76136_0_,
        -                          int p_76136_1_,
        -                          int p_76136_2_)
        -
      • -
      - - - -
        -
      • -

        randomFloatClamp

        -
        public static float randomFloatClamp(java.util.Random p_151240_0_,
        -                     float p_151240_1_,
        -                     float p_151240_2_)
        -
      • -
      - - - -
        -
      • -

        getRandomDoubleInRange

        -
        public static double getRandomDoubleInRange(java.util.Random p_82716_0_,
        -                            double p_82716_1_,
        -                            double p_82716_3_)
        -
      • -
      - - - -
        -
      • -

        average

        -
        public static double average(long[] p_76127_0_)
        -
      • -
      - - - -
        -
      • -

        wrapAngleTo180_float

        -
        public static float wrapAngleTo180_float(float p_76142_0_)
        -
      • -
      - - - -
        -
      • -

        wrapAngleTo180_double

        -
        public static double wrapAngleTo180_double(double p_76138_0_)
        -
      • -
      - - - -
        -
      • -

        parseIntWithDefault

        -
        public static int parseIntWithDefault(java.lang.String p_82715_0_,
        -                      int p_82715_1_)
        -
      • -
      - - - -
        -
      • -

        parseIntWithDefaultAndMax

        -
        public static int parseIntWithDefaultAndMax(java.lang.String p_82714_0_,
        -                            int p_82714_1_,
        -                            int p_82714_2_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleWithDefault

        -
        public static double parseDoubleWithDefault(java.lang.String p_82712_0_,
        -                            double p_82712_1_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleWithDefaultAndMax

        -
        public static double parseDoubleWithDefaultAndMax(java.lang.String p_82713_0_,
        -                                  double p_82713_1_,
        -                                  double p_82713_3_)
        -
      • -
      - - - -
        -
      • -

        roundUpToPowerOfTwo

        -
        public static int roundUpToPowerOfTwo(int p_151236_0_)
        -
      • -
      - - - -
        -
      • -

        calculateLogBaseTwo

        -
        public static int calculateLogBaseTwo(int p_151239_0_)
        -
      • -
      - - - -
        -
      • -

        func_154354_b

        -
        public static int func_154354_b(int p_154354_0_,
        -                int p_154354_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3