Package net.minecraft.src
Class EntityAIOwnerHurtTarget
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAITarget
-
- net.minecraft.src.EntityAIOwnerHurtTarget
-
public class EntityAIOwnerHurtTarget extends EntityAITarget
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.EntityAITarget
field_48379_d, field_48380_e, taskOwner
-
-
Constructor Summary
Constructors Constructor Description EntityAIOwnerHurtTarget(TameableAnimal var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldExecute()
void
startExecuting()
-
Methods inherited from class net.minecraft.src.EntityAITarget
continueExecuting, func_48376_a, resetTask
-
Methods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits, updateTask
-
-
-
-
Constructor Detail
-
EntityAIOwnerHurtTarget
public EntityAIOwnerHurtTarget(TameableAnimal var1)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAITarget
-
-