Package net.minecraft.src
Class EntityAIHurtByTarget
- java.lang.Object
-
- net.minecraft.src.EntityAIBase
-
- net.minecraft.src.EntityAITarget
-
- net.minecraft.src.EntityAIHurtByTarget
-
public class EntityAIHurtByTarget extends EntityAITarget
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.EntityAITarget
field_48379_d, field_48380_e, taskOwner
-
-
Constructor Summary
Constructors Constructor Description EntityAIHurtByTarget(LivingEntity var1, boolean var2)
-
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
-
EntityAIHurtByTarget
public EntityAIHurtByTarget(LivingEntity var1, boolean var2)
-
-
Method Detail
-
shouldExecute
public boolean shouldExecute()
- Specified by:
shouldExecute
in classEntityAIBase
-
startExecuting
public void startExecuting()
- Overrides:
startExecuting
in classEntityAITarget
-
-