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/pathfinding/PathPoint.html | 427 ----------------------- 1 file changed, 427 deletions(-) delete mode 100644 javadoc/net/minecraft/pathfinding/PathPoint.html (limited to 'javadoc/net/minecraft/pathfinding/PathPoint.html') diff --git a/javadoc/net/minecraft/pathfinding/PathPoint.html b/javadoc/net/minecraft/pathfinding/PathPoint.html deleted file mode 100644 index aa35b3a..0000000 --- a/javadoc/net/minecraft/pathfinding/PathPoint.html +++ /dev/null @@ -1,427 +0,0 @@ - - - - - -PathPoint (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.pathfinding
-

Class PathPoint

-
-
- -
-
    -
  • -
    -
    -
    public class PathPoint
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      booleanisFirst 
      intxCoord 
      intyCoord 
      intzCoord 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      PathPoint(int p_i2135_1_, - int p_i2135_2_, - int p_i2135_3_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      floatdistanceTo(PathPoint p_75829_1_) 
      floatdistanceToSquared(PathPoint p_75832_1_) 
      booleanequals(java.lang.Object p_equals_1_) 
      inthashCode() 
      booleanisAssigned() 
      static intmakeHash(int p_75830_0_, - int p_75830_1_, - int p_75830_2_) 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        xCoord

        -
        public final int xCoord
        -
      • -
      - - - -
        -
      • -

        yCoord

        -
        public final int yCoord
        -
      • -
      - - - -
        -
      • -

        zCoord

        -
        public final int zCoord
        -
      • -
      - - - -
        -
      • -

        isFirst

        -
        public boolean isFirst
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PathPoint

        -
        public PathPoint(int p_i2135_1_,
        -         int p_i2135_2_,
        -         int p_i2135_3_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        makeHash

        -
        public static int makeHash(int p_75830_0_,
        -           int p_75830_1_,
        -           int p_75830_2_)
        -
      • -
      - - - -
        -
      • -

        distanceTo

        -
        public float distanceTo(PathPoint p_75829_1_)
        -
      • -
      - - - -
        -
      • -

        distanceToSquared

        -
        public float distanceToSquared(PathPoint p_75832_1_)
        -
      • -
      - - - -
        -
      • -

        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
        -
        -
      • -
      - - - -
        -
      • -

        isAssigned

        -
        public boolean isAssigned()
        -
      • -
      - - - -
        -
      • -

        toString

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