public class EntityAITargetNonTamed<T extends EntityLivingBase> extends EntityAINearestAttackableTarget<T>
EntityAINearestAttackableTarget.SortertargetClass, targetEntity, targetEntitySelector, theNearestAttackableTargetSortershouldCheckSight, target, taskOwner, unseenMemoryTicks| Constructor and Description | 
|---|
| EntityAITargetNonTamed(EntityTameable entityIn,
                      java.lang.Class<T> classTarget,
                      boolean checkSight,
                      com.google.common.base.Predicate<? super T> targetSelector) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | shouldExecute() | 
getTargetableArea, startExecutingcontinueExecuting, getTargetDistance, isSuitableTarget, isSuitableTarget, resetTask, setUnseenMemoryTicksgetMutexBits, isInterruptible, setMutexBits, updateTaskpublic EntityAITargetNonTamed(EntityTameable entityIn, java.lang.Class<T> classTarget, boolean checkSight, com.google.common.base.Predicate<? super T> targetSelector)
public boolean shouldExecute()
shouldExecute in class EntityAINearestAttackableTarget<T extends EntityLivingBase>