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/PathEntity.html | 399 ---------------------- 1 file changed, 399 deletions(-) delete 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 deleted file mode 100644 index cd45f5a..0000000 --- a/javadoc/net/minecraft/pathfinding/PathEntity.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -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