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

Class PathEntity

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

      Constructor Detail

      + + + +
        +
      • +

        PathEntity

        +
        public PathEntity(PathPoint[] p_i2136_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        incrementPathIndex

        +
        public void incrementPathIndex()
        +
      • +
      + + + +
        +
      • +

        isFinished

        +
        public boolean isFinished()
        +
      • +
      + + + +
        +
      • +

        getFinalPathPoint

        +
        public PathPoint getFinalPathPoint()
        +
      • +
      + + + +
        +
      • +

        getPathPointFromIndex

        +
        public PathPoint getPathPointFromIndex(int p_75877_1_)
        +
      • +
      + + + +
        +
      • +

        getCurrentPathLength

        +
        public int getCurrentPathLength()
        +
      • +
      + + + +
        +
      • +

        setCurrentPathLength

        +
        public void setCurrentPathLength(int p_75871_1_)
        +
      • +
      + + + +
        +
      • +

        getCurrentPathIndex

        +
        public int getCurrentPathIndex()
        +
      • +
      + + + +
        +
      • +

        setCurrentPathIndex

        +
        public void setCurrentPathIndex(int p_75872_1_)
        +
      • +
      + + + +
        +
      • +

        getVectorFromIndex

        +
        public Vec3 getVectorFromIndex(Entity p_75881_1_,
        +                      int p_75881_2_)
        +
      • +
      + + + +
        +
      • +

        getPosition

        +
        public Vec3 getPosition(Entity p_75878_1_)
        +
      • +
      + + + +
        +
      • +

        isSamePath

        +
        public boolean isSamePath(PathEntity p_75876_1_)
        +
      • +
      + + + +
        +
      • +

        isDestinationSame

        +
        public boolean isDestinationSame(Vec3 p_75880_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3