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

Class QuadComparator

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.util.Comparator
    +
    +
    +
    +
    public class QuadComparator
    +extends java.lang.Object
    +implements java.util.Comparator
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      QuadComparator(int[] p_i45077_1_, + float p_i45077_2_, + float p_i45077_3_, + float p_i45077_4_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intcompare(java.lang.Integer p_compare_1_, + java.lang.Integer p_compare_2_) 
      intcompare(java.lang.Object p_compare_1_, + java.lang.Object p_compare_2_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface java.util.Comparator

        +equals
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        QuadComparator

        +
        public QuadComparator(int[] p_i45077_1_,
        +              float p_i45077_2_,
        +              float p_i45077_3_,
        +              float p_i45077_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(java.lang.Integer p_compare_1_,
        +          java.lang.Integer p_compare_2_)
        +
      • +
      + + + +
        +
      • +

        compare

        +
        public int compare(java.lang.Object p_compare_1_,
        +          java.lang.Object p_compare_2_)
        +
        +
        Specified by:
        +
        compare in interface java.util.Comparator
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3