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

Class ChunkCoordIntPair

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

      Field Summary

      + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      intchunkXPos 
      intchunkZPos 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ChunkCoordIntPair(int p_i1947_1_, + int p_i1947_2_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static longchunkXZ2Int(int p_77272_0_, + int p_77272_1_) 
      booleanequals(java.lang.Object p_equals_1_) 
      ChunkPositionfunc_151349_a(int p_151349_1_) 
      intgetCenterXPos() 
      intgetCenterZPosition() 
      inthashCode() 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        chunkXPos

        +
        public final int chunkXPos
        +
      • +
      + + + +
        +
      • +

        chunkZPos

        +
        public final int chunkZPos
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkCoordIntPair

        +
        public ChunkCoordIntPair(int p_i1947_1_,
        +                 int p_i1947_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        chunkXZ2Int

        +
        public static long chunkXZ2Int(int p_77272_0_,
        +               int p_77272_1_)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object p_equals_1_)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        getCenterXPos

        +
        public int getCenterXPos()
        +
      • +
      + + + +
        +
      • +

        getCenterZPosition

        +
        public int getCenterZPosition()
        +
      • +
      + + + +
        +
      • +

        func_151349_a

        +
        public ChunkPosition func_151349_a(int p_151349_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3