Uses of Class
net.minecraft.entity.EntityPredicate
-
-
Uses of EntityPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityPredicate Modifier and Type Field Description static EntityPredicate
EntityPredicate. DEFAULT
Methods in net.minecraft.entity that return EntityPredicate Modifier and Type Method Description EntityPredicate
EntityPredicate. allowInvulnerable()
EntityPredicate
EntityPredicate. allowNonAttackable()
EntityPredicate
EntityPredicate. allowSameTeam()
EntityPredicate
EntityPredicate. allowUnseeable()
EntityPredicate
EntityPredicate. ignoreInvisibilityTesting()
EntityPredicate
EntityPredicate. range(double p_221013_1_)
EntityPredicate
EntityPredicate. selector(java.util.function.Predicate<LivingEntity> p_221012_1_)
Methods in net.minecraft.entity with parameters of type EntityPredicate Modifier and Type Method Description boolean
LivingEntity. canAttack(LivingEntity p_213344_1_, EntityPredicate p_213344_2_)
-
Uses of EntityPredicate in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor declared as EntityPredicate Modifier and Type Field Description private static EntityPredicate
Sensor. TARGET_CONDITIONS
private static EntityPredicate
Sensor. TARGET_CONDITIONS_IGNORE_INVISIBILITY_TESTING
-
Uses of EntityPredicate in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityPredicate Modifier and Type Field Description private EntityPredicate
DefendVillageTargetGoal. attackTargeting
private EntityPredicate
AvoidEntityGoal. avoidEntityTargeting
private EntityPredicate
BegGoal. begTargeting
private static EntityPredicate
HurtByTargetGoal. HURT_BY_TARGETING
protected EntityPredicate
LookAtGoal. lookAtContext
private static EntityPredicate
ShowVillagerFlowerGoal. OFFER_TARGER_CONTEXT
private static EntityPredicate
BreedGoal. PARTNER_TARGETING
protected EntityPredicate
NearestAttackableTargetGoal. targetConditions
private static EntityPredicate
TemptGoal. TEMP_TARGETING
Methods in net.minecraft.entity.ai.goal with parameters of type EntityPredicate Modifier and Type Method Description protected boolean
TargetGoal. canAttack(LivingEntity p_220777_1_, EntityPredicate p_220777_2_)
-
Uses of EntityPredicate in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as EntityPredicate Modifier and Type Field Description private static EntityPredicate
WitherEntity. TARGETING_CONDITIONS
-
Uses of EntityPredicate in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EntityPredicate Modifier and Type Field Description private static EntityPredicate
EnderDragonEntity. CRYSTAL_DESTROY_TARGETING
-
Uses of EntityPredicate in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as EntityPredicate Modifier and Type Field Description private static EntityPredicate
ScanningSittingPhase. CHARGE_TARGETING
private static EntityPredicate
LandingApproachPhase. NEAR_EGG_TARGETING
private static EntityPredicate
HoldingPatternPhase. NEW_TARGET_TARGETING
private EntityPredicate
ScanningSittingPhase. scanTargeting
-
Uses of EntityPredicate in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as EntityPredicate Modifier and Type Field Description private EntityPredicate
PhantomEntity.AttackPlayerGoal. attackTargeting
private EntityPredicate
EndermanEntity.FindPlayerGoal. continueAggroTargetConditions
private EntityPredicate
VexEntity.CopyOwnerTargetGoal. copyOwnerTargeting
EntityPredicate
AbstractRaiderEntity.FindTargetGoal. shoutTargeting
private EntityPredicate
EndermanEntity.FindPlayerGoal. startAggroTargetConditions
private EntityPredicate
EvokerEntity.SummonSpellGoal. vexCountTargeting
private EntityPredicate
EvokerEntity.WololoSpellGoal. wololoTargeting
-
Uses of EntityPredicate in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as EntityPredicate Modifier and Type Field Description private EntityPredicate
FoxEntity.BaseGoal. alertableTargeting
private static EntityPredicate
BatEntity. BAT_RESTING_TARGETING
private static EntityPredicate
PandaEntity. BREED_TARGETING
private static EntityPredicate
DolphinEntity. SWIM_WITH_PLAYER_TARGETING
private static EntityPredicate
TurtleEntity.PlayerTemptGoal. TEMPT_TARGETING
-
Uses of EntityPredicate in net.minecraft.entity.passive.horse
Fields in net.minecraft.entity.passive.horse declared as EntityPredicate Modifier and Type Field Description private static EntityPredicate
AbstractHorseEntity. MOMMY_TARGETING
-
Uses of EntityPredicate in net.minecraft.world
Methods in net.minecraft.world with parameters of type EntityPredicate Modifier and Type Method Description default <T extends LivingEntity>
java.util.List<T>IEntityReader. getNearbyEntities(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. getNearbyPlayers(EntityPredicate p_217373_1_, LivingEntity p_217373_2_, AxisAlignedBB p_217373_3_)
default <T extends LivingEntity>
TIEntityReader. getNearestEntity(java.lang.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(java.util.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(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 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_)
-