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

Class ChunkPosition

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

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      ChunkPosition(int p_i45363_1_, + int p_i45363_2_, + int p_i45363_3_) 
      ChunkPosition(Vec3 p_i45364_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object p_equals_1_) 
      inthashCode() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        chunkPosX

        +
        public final int chunkPosX
        +
      • +
      + + + +
        +
      • +

        chunkPosY

        +
        public final int chunkPosY
        +
      • +
      + + + +
        +
      • +

        chunkPosZ

        +
        public final int chunkPosZ
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ChunkPosition

        +
        public ChunkPosition(int p_i45363_1_,
        +             int p_i45363_2_,
        +             int p_i45363_3_)
        +
      • +
      + + + +
        +
      • +

        ChunkPosition

        +
        public ChunkPosition(Vec3 p_i45364_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        equals

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

        hashCode

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