public class EntityAITargetNonTamed<T extends EntityLivingBase> extends EntityAINearestAttackableTarget<T>
EntityAINearestAttackableTarget.Sorter
sorter, targetClass, targetEntity, targetEntitySelector
shouldCheckSight, target, taskOwner, unseenMemoryTicks
Constructor and Description |
---|
EntityAITargetNonTamed(EntityTameable entityIn,
java.lang.Class<T> classTarget,
boolean checkSight,
<any> targetSelector) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldExecute() |
getTargetableArea, startExecuting
getTargetDistance, isSuitableTarget, isSuitableTarget, resetTask, setUnseenMemoryTicks, shouldContinueExecuting
getMutexBits, isInterruptible, setMutexBits, updateTask
public EntityAITargetNonTamed(EntityTameable entityIn, java.lang.Class<T> classTarget, boolean checkSight, <any> targetSelector)
public boolean shouldExecute()
shouldExecute
in class EntityAINearestAttackableTarget<T extends EntityLivingBase>