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

Class RealmsMth

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static floatabs(float p_abs_0_) 
      static intabs(int p_abs_0_) 
      static intabsFloor(double p_absFloor_0_) 
      static doubleasbMax(double p_asbMax_0_, + double p_asbMax_2_) 
      static doubleaverage(long[] p_average_0_) 
      static intceil(double p_ceil_0_) 
      static intceil(float p_ceil_0_) 
      static doubleclamp(double p_clamp_0_, + double p_clamp_2_, + double p_clamp_4_) 
      static floatclamp(float p_clamp_0_, + float p_clamp_1_, + float p_clamp_2_) 
      static intclamp(int p_clamp_0_, + int p_clamp_1_, + int p_clamp_2_) 
      static doubleclampedLerp(double p_clampedLerp_0_, + double p_clampedLerp_2_, + double p_clampedLerp_4_) 
      static floatcos(float p_cos_0_) 
      static intfastFloor(double p_fastFloor_0_) 
      static intfloor(double p_floor_0_) 
      static intfloor(float p_floor_0_) 
      static doublegetDouble(java.lang.String p_getDouble_0_, + double p_getDouble_1_) 
      static doublegetDouble(java.lang.String p_getDouble_0_, + double p_getDouble_1_, + double p_getDouble_3_) 
      static intgetInt(java.lang.String p_getInt_0_, + int p_getInt_1_) 
      static intgetInt(java.lang.String p_getInt_0_, + int p_getInt_1_, + int p_getInt_2_) 
      static intintFloorDiv(int p_intFloorDiv_0_, + int p_intFloorDiv_1_) 
      static booleanisEmpty(java.lang.String p_isEmpty_0_) 
      static longlfloor(double p_lfloor_0_) 
      static intlog2(int p_log2_0_) 
      static doublenextDouble(java.util.Random p_nextDouble_0_, + double p_nextDouble_1_, + double p_nextDouble_3_) 
      static floatnextFloat(java.util.Random p_nextFloat_0_, + float p_nextFloat_1_, + float p_nextFloat_2_) 
      static intnextInt(java.util.Random p_nextInt_0_, + int p_nextInt_1_, + int p_nextInt_2_) 
      static introundUp(int p_roundUp_0_, + int p_roundUp_1_) 
      static floatsin(float p_sin_0_) 
      static intsmallestEncompassingPowerOfTwo(int p_smallestEncompassingPowerOfTwo_0_) 
      static floatsqrt(double p_sqrt_0_) 
      static floatsqrt(float p_sqrt_0_) 
      static doublewrapDegrees(double p_wrapDegrees_0_) 
      static floatwrapDegrees(float p_wrapDegrees_0_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        RealmsMth

        +
        public RealmsMth()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        sin

        +
        public static float sin(float p_sin_0_)
        +
      • +
      + + + +
        +
      • +

        nextDouble

        +
        public static double nextDouble(java.util.Random p_nextDouble_0_,
        +                double p_nextDouble_1_,
        +                double p_nextDouble_3_)
        +
      • +
      + + + +
        +
      • +

        ceil

        +
        public static int ceil(float p_ceil_0_)
        +
      • +
      + + + +
        +
      • +

        floor

        +
        public static int floor(double p_floor_0_)
        +
      • +
      + + + +
        +
      • +

        intFloorDiv

        +
        public static int intFloorDiv(int p_intFloorDiv_0_,
        +              int p_intFloorDiv_1_)
        +
      • +
      + + + +
        +
      • +

        abs

        +
        public static float abs(float p_abs_0_)
        +
      • +
      + + + +
        +
      • +

        clamp

        +
        public static int clamp(int p_clamp_0_,
        +        int p_clamp_1_,
        +        int p_clamp_2_)
        +
      • +
      + + + +
        +
      • +

        clampedLerp

        +
        public static double clampedLerp(double p_clampedLerp_0_,
        +                 double p_clampedLerp_2_,
        +                 double p_clampedLerp_4_)
        +
      • +
      + + + +
        +
      • +

        ceil

        +
        public static int ceil(double p_ceil_0_)
        +
      • +
      + + + +
        +
      • +

        isEmpty

        +
        public static boolean isEmpty(java.lang.String p_isEmpty_0_)
        +
      • +
      + + + +
        +
      • +

        lfloor

        +
        public static long lfloor(double p_lfloor_0_)
        +
      • +
      + + + +
        +
      • +

        sqrt

        +
        public static float sqrt(double p_sqrt_0_)
        +
      • +
      + + + +
        +
      • +

        clamp

        +
        public static double clamp(double p_clamp_0_,
        +           double p_clamp_2_,
        +           double p_clamp_4_)
        +
      • +
      + + + +
        +
      • +

        getInt

        +
        public static int getInt(java.lang.String p_getInt_0_,
        +         int p_getInt_1_)
        +
      • +
      + + + +
        +
      • +

        getDouble

        +
        public static double getDouble(java.lang.String p_getDouble_0_,
        +               double p_getDouble_1_)
        +
      • +
      + + + +
        +
      • +

        log2

        +
        public static int log2(int p_log2_0_)
        +
      • +
      + + + +
        +
      • +

        absFloor

        +
        public static int absFloor(double p_absFloor_0_)
        +
      • +
      + + + +
        +
      • +

        smallestEncompassingPowerOfTwo

        +
        public static int smallestEncompassingPowerOfTwo(int p_smallestEncompassingPowerOfTwo_0_)
        +
      • +
      + + + +
        +
      • +

        sqrt

        +
        public static float sqrt(float p_sqrt_0_)
        +
      • +
      + + + +
        +
      • +

        cos

        +
        public static float cos(float p_cos_0_)
        +
      • +
      + + + +
        +
      • +

        getInt

        +
        public static int getInt(java.lang.String p_getInt_0_,
        +         int p_getInt_1_,
        +         int p_getInt_2_)
        +
      • +
      + + + +
        +
      • +

        fastFloor

        +
        public static int fastFloor(double p_fastFloor_0_)
        +
      • +
      + + + +
        +
      • +

        asbMax

        +
        public static double asbMax(double p_asbMax_0_,
        +            double p_asbMax_2_)
        +
      • +
      + + + +
        +
      • +

        nextFloat

        +
        public static float nextFloat(java.util.Random p_nextFloat_0_,
        +              float p_nextFloat_1_,
        +              float p_nextFloat_2_)
        +
      • +
      + + + +
        +
      • +

        wrapDegrees

        +
        public static double wrapDegrees(double p_wrapDegrees_0_)
        +
      • +
      + + + +
        +
      • +

        wrapDegrees

        +
        public static float wrapDegrees(float p_wrapDegrees_0_)
        +
      • +
      + + + +
        +
      • +

        clamp

        +
        public static float clamp(float p_clamp_0_,
        +          float p_clamp_1_,
        +          float p_clamp_2_)
        +
      • +
      + + + +
        +
      • +

        getDouble

        +
        public static double getDouble(java.lang.String p_getDouble_0_,
        +               double p_getDouble_1_,
        +               double p_getDouble_3_)
        +
      • +
      + + + +
        +
      • +

        roundUp

        +
        public static int roundUp(int p_roundUp_0_,
        +          int p_roundUp_1_)
        +
      • +
      + + + +
        +
      • +

        average

        +
        public static double average(long[] p_average_0_)
        +
      • +
      + + + +
        +
      • +

        floor

        +
        public static int floor(float p_floor_0_)
        +
      • +
      + + + +
        +
      • +

        abs

        +
        public static int abs(int p_abs_0_)
        +
      • +
      + + + +
        +
      • +

        nextInt

        +
        public static int nextInt(java.util.Random p_nextInt_0_,
        +          int p_nextInt_1_,
        +          int p_nextInt_2_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3