Modifier and Type | Field and Description |
---|---|
static EntityPredicate |
EntityPredicate.DEFAULT |
Modifier and Type | Method and Description |
---|---|
EntityPredicate |
EntityPredicate.allowFriendlyFire() |
EntityPredicate |
EntityPredicate.allowInvulnerable() |
EntityPredicate |
EntityPredicate.setCustomPredicate(java.util.function.Predicate<LivingEntity> p_221012_1_) |
EntityPredicate |
EntityPredicate.setDistance(double distanceIn) |
EntityPredicate |
EntityPredicate.setLineOfSiteRequired() |
EntityPredicate |
EntityPredicate.setSkipAttackChecks() |
EntityPredicate |
EntityPredicate.setUseInvisibilityCheck() |
Modifier and Type | Method and Description |
---|---|
boolean |
LivingEntity.canAttack(LivingEntity livingentityIn,
EntityPredicate predicateIn) |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
NearestLivingEntitiesSensor.field_220982_b |
Modifier and Type | Field and Description |
---|---|
private EntityPredicate |
AvoidEntityGoal.builtTargetSelector |
private static EntityPredicate |
TemptGoal.ENTITY_PREDICATE |
private EntityPredicate |
BegGoal.field_220688_f |
private static EntityPredicate |
BreedGoal.field_220689_d |
protected EntityPredicate |
LookAtGoal.field_220716_e |
private static EntityPredicate |
ShowVillagerFlowerGoal.field_220738_a |
private static EntityPredicate |
HurtByTargetGoal.field_220795_a |
private EntityPredicate |
DefendVillageTargetGoal.field_223190_c |
protected EntityPredicate |
NearestAttackableTargetGoal.targetEntitySelector |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TargetGoal.isSuitableTarget(LivingEntity potentialTarget,
EntityPredicate targetPredicate) |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
WitherEntity.field_213798_bB |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
EnderDragonEntity.field_213405_bO |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
ScanningSittingPhase.field_221115_b |
private EntityPredicate |
ScanningSittingPhase.field_221116_c |
private static EntityPredicate |
HoldingPatternPhase.field_221117_b |
private static EntityPredicate |
LandingApproachPhase.field_221118_b |
Modifier and Type | Field and Description |
---|---|
private EntityPredicate |
EndermanEntity.FindPlayerGoal.field_220791_m |
private EntityPredicate |
EndermanEntity.FindPlayerGoal.field_220792_n |
private EntityPredicate |
VexEntity.CopyOwnerTargetGoal.field_220803_b |
private EntityPredicate |
PhantomEntity.AttackPlayerGoal.field_220842_b |
private EntityPredicate |
EvokerEntity.SummonSpellGoal.field_220843_e |
private EntityPredicate |
EvokerEntity.WololoSpellGoal.field_220845_e |
EntityPredicate |
AbstractRaiderEntity.FindTargetGoal.field_220851_a |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
PandaEntity.BREED_TARGETING |
private static EntityPredicate |
DolphinEntity.field_213810_bA |
private static EntityPredicate |
BatEntity.field_213813_c |
private EntityPredicate |
FoxEntity.BaseGoal.field_220816_b |
private static EntityPredicate |
TurtleEntity.PlayerTemptGoal.field_220834_a |
Modifier and Type | Field and Description |
---|---|
private static EntityPredicate |
AbstractHorseEntity.MOMMY_TARGETING |
Modifier and Type | Method and Description |
---|---|
default <T extends LivingEntity> |
IEntityReader.func_225318_b(java.lang.Class<? extends T> p_225318_1_,
EntityPredicate p_225318_2_,
LivingEntity p_225318_3_,
double p_225318_4_,
double p_225318_6_,
double p_225318_8_,
AxisAlignedBB p_225318_10_) |
default <T extends LivingEntity> |
IEntityReader.getClosestEntity(java.util.List<? extends T> entities,
EntityPredicate predicate,
LivingEntity target,
double x,
double y,
double z) |
default <T extends LivingEntity> |
IEntityReader.getClosestEntityWithinAABB(java.lang.Class<? extends T> entityClazz,
EntityPredicate p_217360_2_,
LivingEntity target,
double x,
double y,
double z,
AxisAlignedBB boundingBox) |
default PlayerEntity |
IEntityReader.getClosestPlayer(EntityPredicate predicate,
double x,
double y,
double z) |
default PlayerEntity |
IEntityReader.getClosestPlayer(EntityPredicate predicate,
LivingEntity target) |
default PlayerEntity |
IEntityReader.getClosestPlayer(EntityPredicate predicate,
LivingEntity target,
double p_217372_3_,
double p_217372_5_,
double p_217372_7_) |
default <T extends LivingEntity> |
IEntityReader.getTargettableEntitiesWithinAABB(java.lang.Class<? extends T> p_217374_1_,
EntityPredicate p_217374_2_,
LivingEntity p_217374_3_,
AxisAlignedBB p_217374_4_) |
default java.util.List<PlayerEntity> |
IEntityReader.getTargettablePlayersWithinAABB(EntityPredicate predicate,
LivingEntity target,
AxisAlignedBB box) |