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

Class Path

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Path() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Path

        +
        public Path()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        clearPath

        +
        public void clearPath()
        +
      • +
      + + + +
        +
      • +

        dequeue

        +
        public PathPoint dequeue()
        +
      • +
      + + + +
        +
      • +

        changeDistance

        +
        public void changeDistance(PathPoint p_75850_1_,
        +                  float p_75850_2_)
        +
      • +
      + + + +
        +
      • +

        isPathEmpty

        +
        public boolean isPathEmpty()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3