Package net.minecraft.src
Class EntityAITargetNonTamed
java.lang.Object
net.minecraft.src.EntityAIBase
net.minecraft.src.EntityAITarget
net.minecraft.src.EntityAINearestAttackableTarget
net.minecraft.src.EntityAITargetNonTamed
-
Field Summary
Fields inherited from class net.minecraft.src.EntityAITarget
ignoreTargetsOutsideHome, shouldCheckSight, taskOwner -
Constructor Summary
ConstructorsConstructorDescriptionEntityAITargetNonTamed(EntityTameable par1EntityTameable, Class par2Class, int par3, boolean par4) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the EntityAIBase should begin execution.Methods inherited from class net.minecraft.src.EntityAINearestAttackableTarget
getTargetDistance, startExecutingMethods inherited from class net.minecraft.src.EntityAITarget
continueExecuting, isSuitableTarget, resetTaskMethods inherited from class net.minecraft.src.EntityAIBase
getMutexBits, isContinuous, setMutexBits, updateTask
-
Constructor Details
-
EntityAITargetNonTamed
public EntityAITargetNonTamed(EntityTameable par1EntityTameable, Class par2Class, int par3, boolean par4)
-
-
Method Details
-
shouldExecute
public boolean shouldExecute()Returns whether the EntityAIBase should begin execution.- Overrides:
shouldExecutein classEntityAINearestAttackableTarget
-