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

Class RandomPositionGenerator

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

      Constructor Detail

      + + + +
        +
      • +

        RandomPositionGenerator

        +
        public RandomPositionGenerator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        findRandomTarget

        +
        public static Vec3 findRandomTarget(EntityCreature p_75463_0_,
        +                    int p_75463_1_,
        +                    int p_75463_2_)
        +
      • +
      + + + +
        +
      • +

        findRandomTargetBlockTowards

        +
        public static Vec3 findRandomTargetBlockTowards(EntityCreature p_75464_0_,
        +                                int p_75464_1_,
        +                                int p_75464_2_,
        +                                Vec3 p_75464_3_)
        +
      • +
      + + + +
        +
      • +

        findRandomTargetBlockAwayFrom

        +
        public static Vec3 findRandomTargetBlockAwayFrom(EntityCreature p_75461_0_,
        +                                 int p_75461_1_,
        +                                 int p_75461_2_,
        +                                 Vec3 p_75461_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3