From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- 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