Uses of Class
net.minecraft.entity.EntityPredicate
Package
Description
-
Uses of EntityPredicate in net.minecraft.entity
Modifier and TypeMethodDescriptionEntityPredicate.allowInvulnerable()
EntityPredicate.allowNonAttackable()
EntityPredicate.allowSameTeam()
EntityPredicate.allowUnseeable()
EntityPredicate.ignoreInvisibilityTesting()
EntityPredicate.range
(double p_221013_1_) EntityPredicate.selector
(Predicate<LivingEntity> p_221012_1_) Modifier and TypeMethodDescriptionboolean
LivingEntity.canAttack
(LivingEntity p_213344_1_, EntityPredicate p_213344_2_) -
Uses of EntityPredicate in net.minecraft.entity.ai.brain.sensor
Modifier and TypeFieldDescriptionprivate static final EntityPredicate
Sensor.TARGET_CONDITIONS
private static final EntityPredicate
-
Uses of EntityPredicate in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final EntityPredicate
DefendVillageTargetGoal.attackTargeting
private final EntityPredicate
AvoidEntityGoal.avoidEntityTargeting
private final EntityPredicate
BegGoal.begTargeting
private static final EntityPredicate
HurtByTargetGoal.HURT_BY_TARGETING
protected final EntityPredicate
LookAtGoal.lookAtContext
private static final EntityPredicate
ShowVillagerFlowerGoal.OFFER_TARGER_CONTEXT
private static final EntityPredicate
BreedGoal.PARTNER_TARGETING
protected EntityPredicate
NearestAttackableTargetGoal.targetConditions
private static final EntityPredicate
TemptGoal.TEMP_TARGETING
Modifier and TypeMethodDescriptionprotected boolean
TargetGoal.canAttack
(LivingEntity p_220777_1_, EntityPredicate p_220777_2_) -
Uses of EntityPredicate in net.minecraft.entity.boss
Modifier and TypeFieldDescriptionprivate static final EntityPredicate
WitherEntity.TARGETING_CONDITIONS
-
Uses of EntityPredicate in net.minecraft.entity.boss.dragon
Modifier and TypeFieldDescriptionprivate static final EntityPredicate
EnderDragonEntity.CRYSTAL_DESTROY_TARGETING
-
Uses of EntityPredicate in net.minecraft.entity.boss.dragon.phase
Modifier and TypeFieldDescriptionprivate static final EntityPredicate
ScanningSittingPhase.CHARGE_TARGETING
private static final EntityPredicate
LandingApproachPhase.NEAR_EGG_TARGETING
private static final EntityPredicate
HoldingPatternPhase.NEW_TARGET_TARGETING
private final EntityPredicate
ScanningSittingPhase.scanTargeting
-
Uses of EntityPredicate in net.minecraft.entity.monster
Modifier and TypeFieldDescriptionprivate final EntityPredicate
PhantomEntity.AttackPlayerGoal.attackTargeting
private final EntityPredicate
EndermanEntity.FindPlayerGoal.continueAggroTargetConditions
private final EntityPredicate
VexEntity.CopyOwnerTargetGoal.copyOwnerTargeting
final EntityPredicate
AbstractRaiderEntity.FindTargetGoal.shoutTargeting
private final EntityPredicate
EndermanEntity.FindPlayerGoal.startAggroTargetConditions
private final EntityPredicate
EvokerEntity.SummonSpellGoal.vexCountTargeting
private final EntityPredicate
EvokerEntity.WololoSpellGoal.wololoTargeting
-
Uses of EntityPredicate in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final EntityPredicate
FoxEntity.BaseGoal.alertableTargeting
private static final EntityPredicate
BatEntity.BAT_RESTING_TARGETING
private static final EntityPredicate
PandaEntity.BREED_TARGETING
private static final EntityPredicate
DolphinEntity.SWIM_WITH_PLAYER_TARGETING
private static final EntityPredicate
TurtleEntity.PlayerTemptGoal.TEMPT_TARGETING
-
Uses of EntityPredicate in net.minecraft.entity.passive.horse
Modifier and TypeFieldDescriptionprivate static final EntityPredicate
AbstractHorseEntity.MOMMY_TARGETING
-
Uses of EntityPredicate in net.minecraft.world
Modifier and TypeMethodDescriptiondefault <T extends LivingEntity>
List<T>IEntityReader.getNearbyEntities
(Class<? extends T> p_217374_1_, EntityPredicate p_217374_2_, LivingEntity p_217374_3_, AxisAlignedBB p_217374_4_) default List<PlayerEntity>
IEntityReader.getNearbyPlayers
(EntityPredicate p_217373_1_, LivingEntity p_217373_2_, AxisAlignedBB p_217373_3_) default <T extends LivingEntity>
TIEntityReader.getNearestEntity
(Class<? extends T> p_217360_1_, EntityPredicate p_217360_2_, LivingEntity p_217360_3_, double p_217360_4_, double p_217360_6_, double p_217360_8_, AxisAlignedBB p_217360_10_) default <T extends LivingEntity>
TIEntityReader.getNearestEntity
(List<? extends T> p_217361_1_, EntityPredicate p_217361_2_, LivingEntity p_217361_3_, double p_217361_4_, double p_217361_6_, double p_217361_8_) default <T extends LivingEntity>
TIEntityReader.getNearestLoadedEntity
(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 PlayerEntity
IEntityReader.getNearestPlayer
(EntityPredicate p_217359_1_, double p_217359_2_, double p_217359_4_, double p_217359_6_) default PlayerEntity
IEntityReader.getNearestPlayer
(EntityPredicate p_217370_1_, LivingEntity p_217370_2_) default PlayerEntity
IEntityReader.getNearestPlayer
(EntityPredicate p_217372_1_, LivingEntity p_217372_2_, double p_217372_3_, double p_217372_5_, double p_217372_7_)