From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../minecraft/entity/ai/EntityAIArrowAttack.html | 347 ++++++++++++++++ .../entity/ai/EntityAIAttackOnCollide.html | 360 +++++++++++++++++ .../minecraft/entity/ai/EntityAIAvoidEntity.html | 382 ++++++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAIBase.html | 349 +++++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAIBeg.html | 340 ++++++++++++++++ .../net/minecraft/entity/ai/EntityAIBreakDoor.html | 358 +++++++++++++++++ .../entity/ai/EntityAIControlledByPlayer.html | 362 +++++++++++++++++ .../minecraft/entity/ai/EntityAICreeperSwell.html | 321 +++++++++++++++ .../minecraft/entity/ai/EntityAIDefendVillage.html | 314 +++++++++++++++ .../minecraft/entity/ai/EntityAIDoorInteract.html | 413 +++++++++++++++++++ .../net/minecraft/entity/ai/EntityAIEatGrass.html | 351 +++++++++++++++++ .../net/minecraft/entity/ai/EntityAIFleeSun.html | 306 +++++++++++++++ .../minecraft/entity/ai/EntityAIFollowGolem.html | 338 ++++++++++++++++ .../minecraft/entity/ai/EntityAIFollowOwner.html | 344 ++++++++++++++++ .../minecraft/entity/ai/EntityAIFollowParent.html | 340 ++++++++++++++++ .../minecraft/entity/ai/EntityAIHurtByTarget.html | 316 +++++++++++++++ .../minecraft/entity/ai/EntityAILeapAtTarget.html | 306 +++++++++++++++ .../entity/ai/EntityAILookAtTradePlayer.html | 297 ++++++++++++++ .../entity/ai/EntityAILookAtVillager.html | 338 ++++++++++++++++ .../net/minecraft/entity/ai/EntityAILookIdle.html | 321 +++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAIMate.html | 323 +++++++++++++++ .../minecraft/entity/ai/EntityAIMoveIndoors.html | 321 +++++++++++++++ .../entity/ai/EntityAIMoveThroughVillage.html | 325 +++++++++++++++ .../entity/ai/EntityAIMoveTowardsRestriction.html | 306 +++++++++++++++ .../entity/ai/EntityAIMoveTowardsTarget.html | 325 +++++++++++++++ .../ai/EntityAINearestAttackableTarget.Sorter.html | 291 ++++++++++++++ .../entity/ai/EntityAINearestAttackableTarget.html | 385 ++++++++++++++++++ .../minecraft/entity/ai/EntityAIOcelotAttack.html | 321 +++++++++++++++ .../net/minecraft/entity/ai/EntityAIOcelotSit.html | 340 ++++++++++++++++ .../net/minecraft/entity/ai/EntityAIOpenDoor.html | 350 +++++++++++++++++ .../entity/ai/EntityAIOwnerHurtByTarget.html | 314 +++++++++++++++ .../entity/ai/EntityAIOwnerHurtTarget.html | 314 +++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAIPanic.html | 306 +++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAIPlay.html | 340 ++++++++++++++++ .../entity/ai/EntityAIRestrictOpenDoor.html | 338 ++++++++++++++++ .../minecraft/entity/ai/EntityAIRestrictSun.html | 304 ++++++++++++++ .../entity/ai/EntityAIRunAroundLikeCrazy.html | 323 +++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAISit.html | 317 +++++++++++++++ .../net/minecraft/entity/ai/EntityAISwimming.html | 287 ++++++++++++++ .../net/minecraft/entity/ai/EntityAITarget.html | 403 +++++++++++++++++++ .../entity/ai/EntityAITargetNonTamed.html | 330 ++++++++++++++++ .../entity/ai/EntityAITasks.EntityAITaskEntry.html | 281 +++++++++++++ javadoc/net/minecraft/entity/ai/EntityAITasks.html | 337 ++++++++++++++++ javadoc/net/minecraft/entity/ai/EntityAITempt.html | 357 +++++++++++++++++ .../minecraft/entity/ai/EntityAITradePlayer.html | 304 ++++++++++++++ .../minecraft/entity/ai/EntityAIVillagerMate.html | 338 ++++++++++++++++ .../net/minecraft/entity/ai/EntityAIWander.html | 306 +++++++++++++++ .../minecraft/entity/ai/EntityAIWatchClosest.html | 400 +++++++++++++++++++ .../minecraft/entity/ai/EntityAIWatchClosest2.html | 271 +++++++++++++ .../net/minecraft/entity/ai/EntityJumpHelper.html | 267 +++++++++++++ .../net/minecraft/entity/ai/EntityLookHelper.html | 292 ++++++++++++++ .../entity/ai/EntityMinecartMobSpawner.html | 435 +++++++++++++++++++++ .../net/minecraft/entity/ai/EntityMoveHelper.html | 299 ++++++++++++++ javadoc/net/minecraft/entity/ai/EntitySenses.html | 267 +++++++++++++ .../entity/ai/RandomPositionGenerator.html | 296 ++++++++++++++ .../entity/ai/attributes/AttributeModifier.html | 392 +++++++++++++++++++ .../entity/ai/attributes/BaseAttribute.html | 342 ++++++++++++++++ .../entity/ai/attributes/BaseAttributeMap.html | 385 ++++++++++++++++++ .../minecraft/entity/ai/attributes/IAttribute.html | 247 ++++++++++++ .../entity/ai/attributes/IAttributeInstance.html | 312 +++++++++++++++ .../ai/attributes/ModifiableAttributeInstance.html | 414 ++++++++++++++++++++ .../entity/ai/attributes/RangedAttribute.html | 302 ++++++++++++++ .../ai/attributes/ServersideAttributeMap.html | 390 ++++++++++++++++++ .../entity/ai/attributes/package-frame.html | 29 ++ .../entity/ai/attributes/package-summary.html | 170 ++++++++ .../entity/ai/attributes/package-tree.html | 142 +++++++ javadoc/net/minecraft/entity/ai/package-frame.html | 72 ++++ .../net/minecraft/entity/ai/package-summary.html | 343 ++++++++++++++++ javadoc/net/minecraft/entity/ai/package-tree.html | 203 ++++++++++ 69 files changed, 21859 insertions(+) create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIArrowAttack.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIAttackOnCollide.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIAvoidEntity.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIBase.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIBeg.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIBreakDoor.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIControlledByPlayer.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAICreeperSwell.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIDefendVillage.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIDoorInteract.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIEatGrass.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIFleeSun.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIFollowGolem.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIFollowOwner.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIFollowParent.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIHurtByTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAILeapAtTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAILookAtTradePlayer.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAILookAtVillager.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAILookIdle.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIMate.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIMoveIndoors.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIMoveThroughVillage.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsRestriction.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.Sorter.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIOcelotAttack.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIOcelotSit.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIOpenDoor.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtByTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtTarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIPanic.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIPlay.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIRestrictOpenDoor.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIRestrictSun.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAISit.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAISwimming.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITarget.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITargetNonTamed.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITasks.EntityAITaskEntry.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITasks.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITempt.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAITradePlayer.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIVillagerMate.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIWander.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIWatchClosest.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityAIWatchClosest2.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityJumpHelper.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityLookHelper.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityMinecartMobSpawner.html create mode 100644 javadoc/net/minecraft/entity/ai/EntityMoveHelper.html create mode 100644 javadoc/net/minecraft/entity/ai/EntitySenses.html create mode 100644 javadoc/net/minecraft/entity/ai/RandomPositionGenerator.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/IAttribute.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-frame.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-summary.html create mode 100644 javadoc/net/minecraft/entity/ai/attributes/package-tree.html create mode 100644 javadoc/net/minecraft/entity/ai/package-frame.html create mode 100644 javadoc/net/minecraft/entity/ai/package-summary.html create mode 100644 javadoc/net/minecraft/entity/ai/package-tree.html (limited to 'javadoc/net/minecraft/entity/ai') diff --git a/javadoc/net/minecraft/entity/ai/EntityAIArrowAttack.html b/javadoc/net/minecraft/entity/ai/EntityAIArrowAttack.html new file mode 100644 index 0000000..a397e6e --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIArrowAttack.html @@ -0,0 +1,347 @@ + + + + + +EntityAIArrowAttack (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIArrowAttack

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIArrowAttack
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAIArrowAttack

        +
        public EntityAIArrowAttack(IRangedAttackMob p_i1649_1_,
        +                   double p_i1649_2_,
        +                   int p_i1649_4_,
        +                   float p_i1649_5_)
        +
      • +
      + + + +
        +
      • +

        EntityAIArrowAttack

        +
        public EntityAIArrowAttack(IRangedAttackMob p_i1650_1_,
        +                   double p_i1650_2_,
        +                   int p_i1650_4_,
        +                   int p_i1650_5_,
        +                   float p_i1650_6_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIAttackOnCollide.html b/javadoc/net/minecraft/entity/ai/EntityAIAttackOnCollide.html new file mode 100644 index 0000000..3b1b886 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIAttackOnCollide.html @@ -0,0 +1,360 @@ + + + + + +EntityAIAttackOnCollide (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIAttackOnCollide

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIAttackOnCollide
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAIAttackOnCollide

        +
        public EntityAIAttackOnCollide(EntityCreature p_i1635_1_,
        +                       java.lang.Class p_i1635_2_,
        +                       double p_i1635_3_,
        +                       boolean p_i1635_5_)
        +
      • +
      + + + +
        +
      • +

        EntityAIAttackOnCollide

        +
        public EntityAIAttackOnCollide(EntityCreature p_i1636_1_,
        +                       double p_i1636_2_,
        +                       boolean p_i1636_4_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIAvoidEntity.html b/javadoc/net/minecraft/entity/ai/EntityAIAvoidEntity.html new file mode 100644 index 0000000..da95178 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIAvoidEntity.html @@ -0,0 +1,382 @@ + + + + + +EntityAIAvoidEntity (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIAvoidEntity

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIAvoidEntity
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIBase.html b/javadoc/net/minecraft/entity/ai/EntityAIBase.html new file mode 100644 index 0000000..92947d5 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIBase.html @@ -0,0 +1,349 @@ + + + + + +EntityAIBase (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIBase

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

      Constructor Detail

      + + + +
        +
      • +

        EntityAIBase

        +
        public EntityAIBase()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        shouldExecute

        +
        public abstract boolean shouldExecute()
        +
      • +
      + + + +
        +
      • +

        continueExecuting

        +
        public boolean continueExecuting()
        +
      • +
      + + + +
        +
      • +

        isInterruptible

        +
        public boolean isInterruptible()
        +
      • +
      + + + +
        +
      • +

        startExecuting

        +
        public void startExecuting()
        +
      • +
      + + + +
        +
      • +

        resetTask

        +
        public void resetTask()
        +
      • +
      + + + +
        +
      • +

        updateTask

        +
        public void updateTask()
        +
      • +
      + + + +
        +
      • +

        setMutexBits

        +
        public void setMutexBits(int p_75248_1_)
        +
      • +
      + + + +
        +
      • +

        getMutexBits

        +
        public int getMutexBits()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIBeg.html b/javadoc/net/minecraft/entity/ai/EntityAIBeg.html new file mode 100644 index 0000000..e66c4c2 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIBeg.html @@ -0,0 +1,340 @@ + + + + + +EntityAIBeg (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIBeg

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIBreakDoor.html b/javadoc/net/minecraft/entity/ai/EntityAIBreakDoor.html new file mode 100644 index 0000000..3e60dc4 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIBreakDoor.html @@ -0,0 +1,358 @@ + + + + + +EntityAIBreakDoor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIBreakDoor

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIControlledByPlayer.html b/javadoc/net/minecraft/entity/ai/EntityAIControlledByPlayer.html new file mode 100644 index 0000000..7a91b6c --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIControlledByPlayer.html @@ -0,0 +1,362 @@ + + + + + +EntityAIControlledByPlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIControlledByPlayer

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIControlledByPlayer
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAIControlledByPlayer

        +
        public EntityAIControlledByPlayer(EntityLiving p_i1620_1_,
        +                          float p_i1620_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        isSpeedBoosted

        +
        public boolean isSpeedBoosted()
        +
      • +
      + + + +
        +
      • +

        boostSpeed

        +
        public void boostSpeed()
        +
      • +
      + + + +
        +
      • +

        isControlledByPlayer

        +
        public boolean isControlledByPlayer()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAICreeperSwell.html b/javadoc/net/minecraft/entity/ai/EntityAICreeperSwell.html new file mode 100644 index 0000000..238c435 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAICreeperSwell.html @@ -0,0 +1,321 @@ + + + + + +EntityAICreeperSwell (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAICreeperSwell

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAICreeperSwell
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIDefendVillage.html b/javadoc/net/minecraft/entity/ai/EntityAIDefendVillage.html new file mode 100644 index 0000000..9aeb390 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIDefendVillage.html @@ -0,0 +1,314 @@ + + + + + +EntityAIDefendVillage (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIDefendVillage

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIDefendVillage
    +extends EntityAITarget
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIDoorInteract.html b/javadoc/net/minecraft/entity/ai/EntityAIDoorInteract.html new file mode 100644 index 0000000..7f654b9 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIDoorInteract.html @@ -0,0 +1,413 @@ + + + + + +EntityAIDoorInteract (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIDoorInteract

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

      Field Detail

      + + + + + + + +
        +
      • +

        entityPosX

        +
        protected int entityPosX
        +
      • +
      + + + +
        +
      • +

        entityPosY

        +
        protected int entityPosY
        +
      • +
      + + + +
        +
      • +

        entityPosZ

        +
        protected int entityPosZ
        +
      • +
      + + + +
        +
      • +

        field_151504_e

        +
        protected BlockDoor field_151504_e
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAIDoorInteract

        +
        public EntityAIDoorInteract(EntityLiving p_i1621_1_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIEatGrass.html b/javadoc/net/minecraft/entity/ai/EntityAIEatGrass.html new file mode 100644 index 0000000..74b04e0 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIEatGrass.html @@ -0,0 +1,351 @@ + + + + + +EntityAIEatGrass (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIEatGrass

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIEatGrass
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIFleeSun.html b/javadoc/net/minecraft/entity/ai/EntityAIFleeSun.html new file mode 100644 index 0000000..155e55f --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIFleeSun.html @@ -0,0 +1,306 @@ + + + + + +EntityAIFleeSun (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIFleeSun

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIFleeSun
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIFollowGolem.html b/javadoc/net/minecraft/entity/ai/EntityAIFollowGolem.html new file mode 100644 index 0000000..c540b26 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIFollowGolem.html @@ -0,0 +1,338 @@ + + + + + +EntityAIFollowGolem (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIFollowGolem

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIFollowGolem
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIFollowOwner.html b/javadoc/net/minecraft/entity/ai/EntityAIFollowOwner.html new file mode 100644 index 0000000..e315499 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIFollowOwner.html @@ -0,0 +1,344 @@ + + + + + +EntityAIFollowOwner (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIFollowOwner

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIFollowOwner
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIFollowParent.html b/javadoc/net/minecraft/entity/ai/EntityAIFollowParent.html new file mode 100644 index 0000000..262f255 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIFollowParent.html @@ -0,0 +1,340 @@ + + + + + +EntityAIFollowParent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIFollowParent

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIFollowParent
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIHurtByTarget.html b/javadoc/net/minecraft/entity/ai/EntityAIHurtByTarget.html new file mode 100644 index 0000000..e0c0179 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIHurtByTarget.html @@ -0,0 +1,316 @@ + + + + + +EntityAIHurtByTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIHurtByTarget

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAILeapAtTarget.html b/javadoc/net/minecraft/entity/ai/EntityAILeapAtTarget.html new file mode 100644 index 0000000..ffd6c74 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAILeapAtTarget.html @@ -0,0 +1,306 @@ + + + + + +EntityAILeapAtTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAILeapAtTarget

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAILeapAtTarget
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAILookAtTradePlayer.html b/javadoc/net/minecraft/entity/ai/EntityAILookAtTradePlayer.html new file mode 100644 index 0000000..aacf4b4 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAILookAtTradePlayer.html @@ -0,0 +1,297 @@ + + + + + +EntityAILookAtTradePlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAILookAtTradePlayer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAILookAtVillager.html b/javadoc/net/minecraft/entity/ai/EntityAILookAtVillager.html new file mode 100644 index 0000000..ac9aaec --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAILookAtVillager.html @@ -0,0 +1,338 @@ + + + + + +EntityAILookAtVillager (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAILookAtVillager

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAILookAtVillager
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAILookIdle.html b/javadoc/net/minecraft/entity/ai/EntityAILookIdle.html new file mode 100644 index 0000000..4f4960e --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAILookIdle.html @@ -0,0 +1,321 @@ + + + + + +EntityAILookIdle (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAILookIdle

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAILookIdle
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIMate.html b/javadoc/net/minecraft/entity/ai/EntityAIMate.html new file mode 100644 index 0000000..8661921 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIMate.html @@ -0,0 +1,323 @@ + + + + + +EntityAIMate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIMate

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIMoveIndoors.html b/javadoc/net/minecraft/entity/ai/EntityAIMoveIndoors.html new file mode 100644 index 0000000..0ee6dbe --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIMoveIndoors.html @@ -0,0 +1,321 @@ + + + + + +EntityAIMoveIndoors (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIMoveIndoors

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIMoveIndoors
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIMoveThroughVillage.html b/javadoc/net/minecraft/entity/ai/EntityAIMoveThroughVillage.html new file mode 100644 index 0000000..6a557ca --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIMoveThroughVillage.html @@ -0,0 +1,325 @@ + + + + + +EntityAIMoveThroughVillage (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIMoveThroughVillage

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIMoveThroughVillage
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsRestriction.html b/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsRestriction.html new file mode 100644 index 0000000..85d76b7 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsRestriction.html @@ -0,0 +1,306 @@ + + + + + +EntityAIMoveTowardsRestriction (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIMoveTowardsRestriction

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIMoveTowardsRestriction
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsTarget.html b/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsTarget.html new file mode 100644 index 0000000..37c7361 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIMoveTowardsTarget.html @@ -0,0 +1,325 @@ + + + + + +EntityAIMoveTowardsTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIMoveTowardsTarget

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIMoveTowardsTarget
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.Sorter.html b/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.Sorter.html new file mode 100644 index 0000000..d6d4e16 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.Sorter.html @@ -0,0 +1,291 @@ + + + + + +EntityAINearestAttackableTarget.Sorter (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAINearestAttackableTarget.Sorter

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.util.Comparator
    +
    +
    +
    Enclosing class:
    +
    EntityAINearestAttackableTarget
    +
    +
    +
    +
    public static class EntityAINearestAttackableTarget.Sorter
    +extends java.lang.Object
    +implements java.util.Comparator
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intcompare(Entity p_compare_1_, + Entity p_compare_2_) 
      intcompare(java.lang.Object p_compare_1_, + java.lang.Object p_compare_2_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface java.util.Comparator

        +equals
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAINearestAttackableTarget.Sorter

        +
        public EntityAINearestAttackableTarget.Sorter(Entity p_i1662_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        compare

        +
        public int compare(Entity p_compare_1_,
        +          Entity p_compare_2_)
        +
      • +
      + + + +
        +
      • +

        compare

        +
        public int compare(java.lang.Object p_compare_1_,
        +          java.lang.Object p_compare_2_)
        +
        +
        Specified by:
        +
        compare in interface java.util.Comparator
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.html b/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.html new file mode 100644 index 0000000..25bb15e --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAINearestAttackableTarget.html @@ -0,0 +1,385 @@ + + + + + +EntityAINearestAttackableTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAINearestAttackableTarget

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

      Constructor Detail

      + + + +
        +
      • +

        EntityAINearestAttackableTarget

        +
        public EntityAINearestAttackableTarget(EntityCreature p_i1663_1_,
        +                               java.lang.Class p_i1663_2_,
        +                               int p_i1663_3_,
        +                               boolean p_i1663_4_)
        +
      • +
      + + + +
        +
      • +

        EntityAINearestAttackableTarget

        +
        public EntityAINearestAttackableTarget(EntityCreature p_i1664_1_,
        +                               java.lang.Class p_i1664_2_,
        +                               int p_i1664_3_,
        +                               boolean p_i1664_4_,
        +                               boolean p_i1664_5_)
        +
      • +
      + + + +
        +
      • +

        EntityAINearestAttackableTarget

        +
        public EntityAINearestAttackableTarget(EntityCreature p_i1665_1_,
        +                               java.lang.Class p_i1665_2_,
        +                               int p_i1665_3_,
        +                               boolean p_i1665_4_,
        +                               boolean p_i1665_5_,
        +                               IEntitySelector p_i1665_6_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIOcelotAttack.html b/javadoc/net/minecraft/entity/ai/EntityAIOcelotAttack.html new file mode 100644 index 0000000..57c09d4 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIOcelotAttack.html @@ -0,0 +1,321 @@ + + + + + +EntityAIOcelotAttack (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIOcelotAttack

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIOcelotAttack
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIOcelotSit.html b/javadoc/net/minecraft/entity/ai/EntityAIOcelotSit.html new file mode 100644 index 0000000..d29adb4 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIOcelotSit.html @@ -0,0 +1,340 @@ + + + + + +EntityAIOcelotSit (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIOcelotSit

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIOcelotSit
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIOpenDoor.html b/javadoc/net/minecraft/entity/ai/EntityAIOpenDoor.html new file mode 100644 index 0000000..16d3fb1 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIOpenDoor.html @@ -0,0 +1,350 @@ + + + + + +EntityAIOpenDoor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIOpenDoor

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtByTarget.html b/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtByTarget.html new file mode 100644 index 0000000..f52db95 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtByTarget.html @@ -0,0 +1,314 @@ + + + + + +EntityAIOwnerHurtByTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIOwnerHurtByTarget

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIOwnerHurtByTarget
    +extends EntityAITarget
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtTarget.html b/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtTarget.html new file mode 100644 index 0000000..d9fdc15 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIOwnerHurtTarget.html @@ -0,0 +1,314 @@ + + + + + +EntityAIOwnerHurtTarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIOwnerHurtTarget

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIOwnerHurtTarget
    +extends EntityAITarget
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIPanic.html b/javadoc/net/minecraft/entity/ai/EntityAIPanic.html new file mode 100644 index 0000000..4b6a36d --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIPanic.html @@ -0,0 +1,306 @@ + + + + + +EntityAIPanic (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIPanic

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIPanic
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIPlay.html b/javadoc/net/minecraft/entity/ai/EntityAIPlay.html new file mode 100644 index 0000000..470dffe --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIPlay.html @@ -0,0 +1,340 @@ + + + + + +EntityAIPlay (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIPlay

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIRestrictOpenDoor.html b/javadoc/net/minecraft/entity/ai/EntityAIRestrictOpenDoor.html new file mode 100644 index 0000000..65273ad --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIRestrictOpenDoor.html @@ -0,0 +1,338 @@ + + + + + +EntityAIRestrictOpenDoor (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIRestrictOpenDoor

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIRestrictOpenDoor
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIRestrictSun.html b/javadoc/net/minecraft/entity/ai/EntityAIRestrictSun.html new file mode 100644 index 0000000..36ab2a7 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIRestrictSun.html @@ -0,0 +1,304 @@ + + + + + +EntityAIRestrictSun (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIRestrictSun

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIRestrictSun
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy.html b/javadoc/net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy.html new file mode 100644 index 0000000..5f59435 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIRunAroundLikeCrazy.html @@ -0,0 +1,323 @@ + + + + + +EntityAIRunAroundLikeCrazy (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIRunAroundLikeCrazy

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIRunAroundLikeCrazy
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAISit.html b/javadoc/net/minecraft/entity/ai/EntityAISit.html new file mode 100644 index 0000000..6f22bce --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAISit.html @@ -0,0 +1,317 @@ + + + + + +EntityAISit (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAISit

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAISwimming.html b/javadoc/net/minecraft/entity/ai/EntityAISwimming.html new file mode 100644 index 0000000..8aae050 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAISwimming.html @@ -0,0 +1,287 @@ + + + + + +EntityAISwimming (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAISwimming

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAISwimming
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITarget.html b/javadoc/net/minecraft/entity/ai/EntityAITarget.html new file mode 100644 index 0000000..bc18c68 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITarget.html @@ -0,0 +1,403 @@ + + + + + +EntityAITarget (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITarget

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

      Field Detail

      + + + + + + + +
        +
      • +

        shouldCheckSight

        +
        protected boolean shouldCheckSight
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAITarget

        +
        public EntityAITarget(EntityCreature p_i1669_1_,
        +              boolean p_i1669_2_)
        +
      • +
      + + + +
        +
      • +

        EntityAITarget

        +
        public EntityAITarget(EntityCreature p_i1670_1_,
        +              boolean p_i1670_2_,
        +              boolean p_i1670_3_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITargetNonTamed.html b/javadoc/net/minecraft/entity/ai/EntityAITargetNonTamed.html new file mode 100644 index 0000000..5b352cd --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITargetNonTamed.html @@ -0,0 +1,330 @@ + + + + + +EntityAITargetNonTamed (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITargetNonTamed

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

      Constructor Detail

      + + + +
        +
      • +

        EntityAITargetNonTamed

        +
        public EntityAITargetNonTamed(EntityTameable p_i1666_1_,
        +                      java.lang.Class p_i1666_2_,
        +                      int p_i1666_3_,
        +                      boolean p_i1666_4_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITasks.EntityAITaskEntry.html b/javadoc/net/minecraft/entity/ai/EntityAITasks.EntityAITaskEntry.html new file mode 100644 index 0000000..91e34fe --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITasks.EntityAITaskEntry.html @@ -0,0 +1,281 @@ + + + + + +EntityAITasks.EntityAITaskEntry (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITasks.EntityAITaskEntry

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    EntityAITasks
    +
    +
    +
    +
    public class EntityAITasks.EntityAITaskEntry
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + + + + + +
        +
      • +

        priority

        +
        public int priority
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAITasks.EntityAITaskEntry

        +
        public EntityAITasks.EntityAITaskEntry(int p_i1627_2_,
        +                               EntityAIBase p_i1627_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITasks.html b/javadoc/net/minecraft/entity/ai/EntityAITasks.html new file mode 100644 index 0000000..7c77cbb --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITasks.html @@ -0,0 +1,337 @@ + + + + + +EntityAITasks (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITasks

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

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      java.util.ListtaskEntries 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      EntityAITasks(Profiler p_i1628_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddTask(int p_75776_1_, + EntityAIBase p_75776_2_) 
      voidonUpdateTasks() 
      voidremoveTask(EntityAIBase p_85156_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        taskEntries

        +
        public java.util.List taskEntries
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAITasks

        +
        public EntityAITasks(Profiler p_i1628_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addTask

        +
        public void addTask(int p_75776_1_,
        +           EntityAIBase p_75776_2_)
        +
      • +
      + + + +
        +
      • +

        removeTask

        +
        public void removeTask(EntityAIBase p_85156_1_)
        +
      • +
      + + + +
        +
      • +

        onUpdateTasks

        +
        public void onUpdateTasks()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITempt.html b/javadoc/net/minecraft/entity/ai/EntityAITempt.html new file mode 100644 index 0000000..0a748f0 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITempt.html @@ -0,0 +1,357 @@ + + + + + +EntityAITempt (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITempt

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAITempt
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAITradePlayer.html b/javadoc/net/minecraft/entity/ai/EntityAITradePlayer.html new file mode 100644 index 0000000..cfc01c3 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAITradePlayer.html @@ -0,0 +1,304 @@ + + + + + +EntityAITradePlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAITradePlayer

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAITradePlayer
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIVillagerMate.html b/javadoc/net/minecraft/entity/ai/EntityAIVillagerMate.html new file mode 100644 index 0000000..390bcb3 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIVillagerMate.html @@ -0,0 +1,338 @@ + + + + + +EntityAIVillagerMate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIVillagerMate

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIVillagerMate
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIWander.html b/javadoc/net/minecraft/entity/ai/EntityAIWander.html new file mode 100644 index 0000000..5866071 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIWander.html @@ -0,0 +1,306 @@ + + + + + +EntityAIWander (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIWander

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityAIWander
    +extends EntityAIBase
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest.html b/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest.html new file mode 100644 index 0000000..0378b8c --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest.html @@ -0,0 +1,400 @@ + + + + + +EntityAIWatchClosest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIWatchClosest

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

      Field Detail

      + + + +
        +
      • +

        closestEntity

        +
        protected Entity closestEntity
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityAIWatchClosest

        +
        public EntityAIWatchClosest(EntityLiving p_i1631_1_,
        +                    java.lang.Class p_i1631_2_,
        +                    float p_i1631_3_)
        +
      • +
      + + + +
        +
      • +

        EntityAIWatchClosest

        +
        public EntityAIWatchClosest(EntityLiving p_i1632_1_,
        +                    java.lang.Class p_i1632_2_,
        +                    float p_i1632_3_,
        +                    float p_i1632_4_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest2.html b/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest2.html new file mode 100644 index 0000000..7efbba3 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityAIWatchClosest2.html @@ -0,0 +1,271 @@ + + + + + +EntityAIWatchClosest2 (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityAIWatchClosest2

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

      Constructor Detail

      + + + +
        +
      • +

        EntityAIWatchClosest2

        +
        public EntityAIWatchClosest2(EntityLiving p_i1629_1_,
        +                     java.lang.Class p_i1629_2_,
        +                     float p_i1629_3_,
        +                     float p_i1629_4_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityJumpHelper.html b/javadoc/net/minecraft/entity/ai/EntityJumpHelper.html new file mode 100644 index 0000000..0be9356 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityJumpHelper.html @@ -0,0 +1,267 @@ + + + + + +EntityJumpHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityJumpHelper

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voiddoJump() 
      voidsetJumping() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EntityJumpHelper

        +
        public EntityJumpHelper(EntityLiving p_i1612_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setJumping

        +
        public void setJumping()
        +
      • +
      + + + +
        +
      • +

        doJump

        +
        public void doJump()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityLookHelper.html b/javadoc/net/minecraft/entity/ai/EntityLookHelper.html new file mode 100644 index 0000000..23afa74 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityLookHelper.html @@ -0,0 +1,292 @@ + + + + + +EntityLookHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityLookHelper

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidonUpdateLook() 
      voidsetLookPosition(double p_75650_1_, + double p_75650_3_, + double p_75650_5_, + float p_75650_7_, + float p_75650_8_) 
      voidsetLookPositionWithEntity(Entity p_75651_1_, + float p_75651_2_, + float p_75651_3_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EntityLookHelper

        +
        public EntityLookHelper(EntityLiving p_i1613_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setLookPositionWithEntity

        +
        public void setLookPositionWithEntity(Entity p_75651_1_,
        +                             float p_75651_2_,
        +                             float p_75651_3_)
        +
      • +
      + + + +
        +
      • +

        setLookPosition

        +
        public void setLookPosition(double p_75650_1_,
        +                   double p_75650_3_,
        +                   double p_75650_5_,
        +                   float p_75650_7_,
        +                   float p_75650_8_)
        +
      • +
      + + + +
        +
      • +

        onUpdateLook

        +
        public void onUpdateLook()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityMinecartMobSpawner.html b/javadoc/net/minecraft/entity/ai/EntityMinecartMobSpawner.html new file mode 100644 index 0000000..7dcc0e4 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityMinecartMobSpawner.html @@ -0,0 +1,435 @@ + + + + + +EntityMinecartMobSpawner (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityMinecartMobSpawner

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityMinecartMobSpawner
    +extends EntityMinecart
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntityMoveHelper.html b/javadoc/net/minecraft/entity/ai/EntityMoveHelper.html new file mode 100644 index 0000000..ded8cc9 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntityMoveHelper.html @@ -0,0 +1,299 @@ + + + + + +EntityMoveHelper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntityMoveHelper

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      doublegetSpeed() 
      booleanisUpdating() 
      voidonUpdateMoveHelper() 
      voidsetMoveTo(double p_75642_1_, + double p_75642_3_, + double p_75642_5_, + double p_75642_7_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EntityMoveHelper

        +
        public EntityMoveHelper(EntityLiving p_i1614_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        isUpdating

        +
        public boolean isUpdating()
        +
      • +
      + + + +
        +
      • +

        getSpeed

        +
        public double getSpeed()
        +
      • +
      + + + +
        +
      • +

        setMoveTo

        +
        public void setMoveTo(double p_75642_1_,
        +             double p_75642_3_,
        +             double p_75642_5_,
        +             double p_75642_7_)
        +
      • +
      + + + +
        +
      • +

        onUpdateMoveHelper

        +
        public void onUpdateMoveHelper()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/EntitySenses.html b/javadoc/net/minecraft/entity/ai/EntitySenses.html new file mode 100644 index 0000000..371ed8e --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/EntitySenses.html @@ -0,0 +1,267 @@ + + + + + +EntitySenses (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai
+

Class EntitySenses

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleancanSee(Entity p_75522_1_) 
      voidclearSensingCache() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        EntitySenses

        +
        public EntitySenses(EntityLiving p_i1672_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clearSensingCache

        +
        public void clearSensingCache()
        +
      • +
      + + + +
        +
      • +

        canSee

        +
        public boolean canSee(Entity p_75522_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html b/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html new file mode 100644 index 0000000..1f1f514 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/AttributeModifier.html @@ -0,0 +1,392 @@ + + + + + +AttributeModifier (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class AttributeModifier

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

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      AttributeModifier(java.lang.String p_i1605_1_, + double p_i1605_2_, + int p_i1605_4_) 
      AttributeModifier(java.util.UUID p_i1606_1_, + java.lang.String p_i1606_2_, + double p_i1606_3_, + int p_i1606_5_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object p_equals_1_) 
      doublegetAmount() 
      java.util.UUIDgetID() 
      java.lang.StringgetName() 
      intgetOperation() 
      inthashCode() 
      booleanisSaved() 
      AttributeModifiersetSaved(boolean p_111168_1_) 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AttributeModifier

        +
        public AttributeModifier(java.lang.String p_i1605_1_,
        +                 double p_i1605_2_,
        +                 int p_i1605_4_)
        +
      • +
      + + + +
        +
      • +

        AttributeModifier

        +
        public AttributeModifier(java.util.UUID p_i1606_1_,
        +                 java.lang.String p_i1606_2_,
        +                 double p_i1606_3_,
        +                 int p_i1606_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getID

        +
        public java.util.UUID getID()
        +
      • +
      + + + +
        +
      • +

        getName

        +
        public java.lang.String getName()
        +
      • +
      + + + +
        +
      • +

        getOperation

        +
        public int getOperation()
        +
      • +
      + + + +
        +
      • +

        getAmount

        +
        public double getAmount()
        +
      • +
      + + + +
        +
      • +

        isSaved

        +
        public boolean isSaved()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object p_equals_1_)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html new file mode 100644 index 0000000..8dd7380 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/BaseAttribute.html @@ -0,0 +1,342 @@ + + + + + +BaseAttribute (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class BaseAttribute

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IAttribute
    +
    +
    +
    Direct Known Subclasses:
    +
    RangedAttribute
    +
    +
    +
    +
    public abstract class BaseAttribute
    +extends java.lang.Object
    +implements IAttribute
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + +
      Constructors 
      ModifierConstructor and Description
      protected BaseAttribute(java.lang.String p_i1607_1_, + double p_i1607_2_) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BaseAttribute

        +
        protected BaseAttribute(java.lang.String p_i1607_1_,
        +             double p_i1607_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        setShouldWatch

        +
        public BaseAttribute setShouldWatch(boolean p_111112_1_)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html b/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html new file mode 100644 index 0000000..b99d681 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/BaseAttributeMap.html @@ -0,0 +1,385 @@ + + + + + +BaseAttributeMap (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class BaseAttributeMap

+
+
+ +
+
    +
  • +
    +
    Direct Known Subclasses:
    +
    ServersideAttributeMap
    +
    +
    +
    +
    public abstract class BaseAttributeMap
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        attributes

        +
        protected final java.util.Map attributes
        +
      • +
      + + + +
        +
      • +

        attributesByName

        +
        protected final java.util.Map attributesByName
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BaseAttributeMap

        +
        public BaseAttributeMap()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getAttributeInstanceByName

        +
        public IAttributeInstance getAttributeInstanceByName(java.lang.String p_111152_1_)
        +
      • +
      + + + + + + + +
        +
      • +

        getAllAttributes

        +
        public java.util.Collection getAllAttributes()
        +
      • +
      + + + + + + + +
        +
      • +

        removeAttributeModifiers

        +
        public void removeAttributeModifiers(com.google.common.collect.Multimap p_111148_1_)
        +
      • +
      + + + +
        +
      • +

        applyAttributeModifiers

        +
        public void applyAttributeModifiers(com.google.common.collect.Multimap p_111147_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html new file mode 100644 index 0000000..4ee82e0 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/IAttribute.html @@ -0,0 +1,247 @@ + + + + + +IAttribute (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Interface IAttribute

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

      Method Detail

      + + + +
        +
      • +

        getAttributeUnlocalizedName

        +
        java.lang.String getAttributeUnlocalizedName()
        +
      • +
      + + + +
        +
      • +

        clampValue

        +
        double clampValue(double p_111109_1_)
        +
      • +
      + + + +
        +
      • +

        getDefaultValue

        +
        double getDefaultValue()
        +
      • +
      + + + +
        +
      • +

        getShouldWatch

        +
        boolean getShouldWatch()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html b/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html new file mode 100644 index 0000000..a8c86ed --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/IAttributeInstance.html @@ -0,0 +1,312 @@ + + + + + +IAttributeInstance (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Interface IAttributeInstance

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

      Method Detail

      + + + + + + + +
        +
      • +

        getBaseValue

        +
        double getBaseValue()
        +
      • +
      + + + +
        +
      • +

        setBaseValue

        +
        void setBaseValue(double p_111128_1_)
        +
      • +
      + + + +
        +
      • +

        func_111122_c

        +
        java.util.Collection func_111122_c()
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        removeAllModifiers

        +
        void removeAllModifiers()
        +
      • +
      + + + +
        +
      • +

        getAttributeValue

        +
        double getAttributeValue()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html b/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html new file mode 100644 index 0000000..b464460 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/ModifiableAttributeInstance.html @@ -0,0 +1,414 @@ + + + + + +ModifiableAttributeInstance (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class ModifiableAttributeInstance

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html b/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html new file mode 100644 index 0000000..bb19678 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/RangedAttribute.html @@ -0,0 +1,302 @@ + + + + + +RangedAttribute (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class RangedAttribute

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

      Constructor Detail

      + + + +
        +
      • +

        RangedAttribute

        +
        public RangedAttribute(java.lang.String p_i1609_1_,
        +               double p_i1609_2_,
        +               double p_i1609_4_,
        +               double p_i1609_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setDescription

        +
        public RangedAttribute setDescription(java.lang.String p_111117_1_)
        +
      • +
      + + + +
        +
      • +

        getDescription

        +
        public java.lang.String getDescription()
        +
      • +
      + + + +
        +
      • +

        clampValue

        +
        public double clampValue(double p_111109_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html b/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html new file mode 100644 index 0000000..4da45e1 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/ServersideAttributeMap.html @@ -0,0 +1,390 @@ + + + + + +ServersideAttributeMap (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.entity.ai.attributes
+

Class ServersideAttributeMap

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-frame.html b/javadoc/net/minecraft/entity/ai/attributes/package-frame.html new file mode 100644 index 0000000..d64d873 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/package-frame.html @@ -0,0 +1,29 @@ + + + + + +net.minecraft.entity.ai.attributes (Forge API) + + + + +

net.minecraft.entity.ai.attributes

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-summary.html b/javadoc/net/minecraft/entity/ai/attributes/package-summary.html new file mode 100644 index 0000000..bd36c21 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/package-summary.html @@ -0,0 +1,170 @@ + + + + + +net.minecraft.entity.ai.attributes (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.entity.ai.attributes

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/attributes/package-tree.html b/javadoc/net/minecraft/entity/ai/attributes/package-tree.html new file mode 100644 index 0000000..151e638 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/attributes/package-tree.html @@ -0,0 +1,142 @@ + + + + + +net.minecraft.entity.ai.attributes Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.entity.ai.attributes

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/package-frame.html b/javadoc/net/minecraft/entity/ai/package-frame.html new file mode 100644 index 0000000..90ae0c8 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/package-frame.html @@ -0,0 +1,72 @@ + + + + + +net.minecraft.entity.ai (Forge API) + + + + +

net.minecraft.entity.ai

+
+

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/entity/ai/package-summary.html b/javadoc/net/minecraft/entity/ai/package-summary.html new file mode 100644 index 0000000..3d70a0e --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/package-summary.html @@ -0,0 +1,343 @@ + + + + + +net.minecraft.entity.ai (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.entity.ai

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/entity/ai/package-tree.html b/javadoc/net/minecraft/entity/ai/package-tree.html new file mode 100644 index 0000000..058b047 --- /dev/null +++ b/javadoc/net/minecraft/entity/ai/package-tree.html @@ -0,0 +1,203 @@ + + + + + +net.minecraft.entity.ai Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.entity.ai

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3