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

Class EntityCreature

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        field_110179_h

        +
        public static final java.util.UUID field_110179_h
        +
      • +
      + + + + + + + +
        +
      • +

        entityToAttack

        +
        protected Entity entityToAttack
        +
      • +
      + + + +
        +
      • +

        hasAttacked

        +
        protected boolean hasAttacked
        +
      • +
      + + + +
        +
      • +

        fleeingTick

        +
        protected int fleeingTick
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityCreature

        +
        public EntityCreature(World p_i1602_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isMovementCeased

        +
        protected boolean isMovementCeased()
        +
      • +
      + + + + + + + +
        +
      • +

        updateWanderPath

        +
        protected void updateWanderPath()
        +
      • +
      + + + +
        +
      • +

        attackEntity

        +
        protected void attackEntity(Entity p_70785_1_,
        +                float p_70785_2_)
        +
      • +
      + + + +
        +
      • +

        getBlockPathWeight

        +
        public float getBlockPathWeight(int p_70783_1_,
        +                       int p_70783_2_,
        +                       int p_70783_3_)
        +
      • +
      + + + +
        +
      • +

        findPlayerToAttack

        +
        protected Entity findPlayerToAttack()
        +
      • +
      + + + + + + + +
        +
      • +

        hasPath

        +
        public boolean hasPath()
        +
      • +
      + + + +
        +
      • +

        setPathToEntity

        +
        public void setPathToEntity(PathEntity p_70778_1_)
        +
      • +
      + + + +
        +
      • +

        getEntityToAttack

        +
        public Entity getEntityToAttack()
        +
      • +
      + + + +
        +
      • +

        setTarget

        +
        public void setTarget(Entity p_70784_1_)
        +
      • +
      + + + +
        +
      • +

        isWithinHomeDistanceCurrentPosition

        +
        public boolean isWithinHomeDistanceCurrentPosition()
        +
      • +
      + + + +
        +
      • +

        isWithinHomeDistance

        +
        public boolean isWithinHomeDistance(int p_110176_1_,
        +                           int p_110176_2_,
        +                           int p_110176_3_)
        +
      • +
      + + + +
        +
      • +

        setHomeArea

        +
        public void setHomeArea(int p_110171_1_,
        +               int p_110171_2_,
        +               int p_110171_3_,
        +               int p_110171_4_)
        +
      • +
      + + + + + + + +
        +
      • +

        func_110174_bM

        +
        public float func_110174_bM()
        +
      • +
      + + + +
        +
      • +

        detachHome

        +
        public void detachHome()
        +
      • +
      + + + +
        +
      • +

        hasHome

        +
        public boolean hasHome()
        +
      • +
      + + + + + + + +
        +
      • +

        func_142017_o

        +
        protected void func_142017_o(float p_142017_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3