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

Class PathFinder

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      PathFinder(IBlockAccess p_i2137_1_, + boolean p_i2137_2_, + boolean p_i2137_3_, + boolean p_i2137_4_, + boolean p_i2137_5_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      PathEntitycreateEntityPathTo(Entity p_75856_1_, + Entity p_75856_2_, + float p_75856_3_) 
      PathEntitycreateEntityPathTo(Entity p_75859_1_, + int p_75859_2_, + int p_75859_3_, + int p_75859_4_, + float p_75859_5_) 
      static intfunc_82565_a(Entity p_82565_0_, + int p_82565_1_, + int p_82565_2_, + int p_82565_3_, + PathPoint p_82565_4_, + boolean p_82565_5_, + boolean p_82565_6_, + boolean p_82565_7_) 
      intgetVerticalOffset(Entity p_75855_1_, + int p_75855_2_, + int p_75855_3_, + int p_75855_4_, + PathPoint p_75855_5_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PathFinder

        +
        public PathFinder(IBlockAccess p_i2137_1_,
        +          boolean p_i2137_2_,
        +          boolean p_i2137_3_,
        +          boolean p_i2137_4_,
        +          boolean p_i2137_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createEntityPathTo

        +
        public PathEntity createEntityPathTo(Entity p_75856_1_,
        +                            Entity p_75856_2_,
        +                            float p_75856_3_)
        +
      • +
      + + + +
        +
      • +

        createEntityPathTo

        +
        public PathEntity createEntityPathTo(Entity p_75859_1_,
        +                            int p_75859_2_,
        +                            int p_75859_3_,
        +                            int p_75859_4_,
        +                            float p_75859_5_)
        +
      • +
      + + + +
        +
      • +

        getVerticalOffset

        +
        public int getVerticalOffset(Entity p_75855_1_,
        +                    int p_75855_2_,
        +                    int p_75855_3_,
        +                    int p_75855_4_,
        +                    PathPoint p_75855_5_)
        +
      • +
      + + + +
        +
      • +

        func_82565_a

        +
        public static int func_82565_a(Entity p_82565_0_,
        +               int p_82565_1_,
        +               int p_82565_2_,
        +               int p_82565_3_,
        +               PathPoint p_82565_4_,
        +               boolean p_82565_5_,
        +               boolean p_82565_6_,
        +               boolean p_82565_7_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3