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/world/ChunkCoordIntPair.html | 397 --------------------- 1 file changed, 397 deletions(-) delete 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 deleted file mode 100644 index f5db131..0000000 --- a/javadoc/net/minecraft/world/ChunkCoordIntPair.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - -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