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

Class PathNavigate

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

      Constructor Detail

      + + + +
        +
      • +

        PathNavigate

        +
        public PathNavigate(EntityLiving p_i1671_1_,
        +            World p_i1671_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setAvoidsWater

        +
        public void setAvoidsWater(boolean p_75491_1_)
        +
      • +
      + + + +
        +
      • +

        getAvoidsWater

        +
        public boolean getAvoidsWater()
        +
      • +
      + + + +
        +
      • +

        setBreakDoors

        +
        public void setBreakDoors(boolean p_75498_1_)
        +
      • +
      + + + +
        +
      • +

        setEnterDoors

        +
        public void setEnterDoors(boolean p_75490_1_)
        +
      • +
      + + + +
        +
      • +

        getCanBreakDoors

        +
        public boolean getCanBreakDoors()
        +
      • +
      + + + +
        +
      • +

        setAvoidSun

        +
        public void setAvoidSun(boolean p_75504_1_)
        +
      • +
      + + + +
        +
      • +

        setSpeed

        +
        public void setSpeed(double p_75489_1_)
        +
      • +
      + + + +
        +
      • +

        setCanSwim

        +
        public void setCanSwim(boolean p_75495_1_)
        +
      • +
      + + + +
        +
      • +

        getPathSearchRange

        +
        public float getPathSearchRange()
        +
      • +
      + + + +
        +
      • +

        getPathToXYZ

        +
        public PathEntity getPathToXYZ(double p_75488_1_,
        +                      double p_75488_3_,
        +                      double p_75488_5_)
        +
      • +
      + + + +
        +
      • +

        tryMoveToXYZ

        +
        public boolean tryMoveToXYZ(double p_75492_1_,
        +                   double p_75492_3_,
        +                   double p_75492_5_,
        +                   double p_75492_7_)
        +
      • +
      + + + +
        +
      • +

        getPathToEntityLiving

        +
        public PathEntity getPathToEntityLiving(Entity p_75494_1_)
        +
      • +
      + + + +
        +
      • +

        tryMoveToEntityLiving

        +
        public boolean tryMoveToEntityLiving(Entity p_75497_1_,
        +                            double p_75497_2_)
        +
      • +
      + + + +
        +
      • +

        setPath

        +
        public boolean setPath(PathEntity p_75484_1_,
        +              double p_75484_2_)
        +
      • +
      + + + + + + + +
        +
      • +

        onUpdateNavigation

        +
        public void onUpdateNavigation()
        +
      • +
      + + + +
        +
      • +

        noPath

        +
        public boolean noPath()
        +
      • +
      + + + +
        +
      • +

        clearPathEntity

        +
        public void clearPathEntity()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3