Uses of Class
net.minecraft.entity.EntityPredicate
Packages that use EntityPredicate
Package
Description
-
Uses of EntityPredicate in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityPredicateMethods in net.minecraft.entity that return EntityPredicateModifier and TypeMethodDescriptionEntityPredicate.allowInvulnerable()EntityPredicate.allowNonAttackable()EntityPredicate.allowSameTeam()EntityPredicate.allowUnseeable()EntityPredicate.ignoreInvisibilityTesting()EntityPredicate.range(double p_221013_1_) EntityPredicate.selector(Predicate<LivingEntity> p_221012_1_) Methods in net.minecraft.entity with parameters of type EntityPredicateModifier and TypeMethodDescriptionbooleanLivingEntity.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 EntityPredicateModifier and TypeFieldDescriptionprivate static final EntityPredicateSensor.TARGET_CONDITIONSprivate static final EntityPredicate -
Uses of EntityPredicate in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as EntityPredicateModifier and TypeFieldDescriptionprivate final EntityPredicateDefendVillageTargetGoal.attackTargetingprivate final EntityPredicateAvoidEntityGoal.avoidEntityTargetingprivate final EntityPredicateBegGoal.begTargetingprivate static final EntityPredicateHurtByTargetGoal.HURT_BY_TARGETINGprotected final EntityPredicateLookAtGoal.lookAtContextprivate static final EntityPredicateShowVillagerFlowerGoal.OFFER_TARGER_CONTEXTprivate static final EntityPredicateBreedGoal.PARTNER_TARGETINGprotected EntityPredicateNearestAttackableTargetGoal.targetConditionsprivate static final EntityPredicateTemptGoal.TEMP_TARGETINGMethods in net.minecraft.entity.ai.goal with parameters of type EntityPredicateModifier and TypeMethodDescriptionprotected booleanTargetGoal.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 EntityPredicateModifier and TypeFieldDescriptionprivate static final EntityPredicateWitherEntity.TARGETING_CONDITIONS -
Uses of EntityPredicate in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EntityPredicateModifier and TypeFieldDescriptionprivate static final EntityPredicateEnderDragonEntity.CRYSTAL_DESTROY_TARGETING -
Uses of EntityPredicate in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as EntityPredicateModifier and TypeFieldDescriptionprivate static final EntityPredicateScanningSittingPhase.CHARGE_TARGETINGprivate static final EntityPredicateLandingApproachPhase.NEAR_EGG_TARGETINGprivate static final EntityPredicateHoldingPatternPhase.NEW_TARGET_TARGETINGprivate final EntityPredicateScanningSittingPhase.scanTargeting -
Uses of EntityPredicate in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as EntityPredicateModifier and TypeFieldDescriptionprivate final EntityPredicatePhantomEntity.AttackPlayerGoal.attackTargetingprivate final EntityPredicateEndermanEntity.FindPlayerGoal.continueAggroTargetConditionsprivate final EntityPredicateVexEntity.CopyOwnerTargetGoal.copyOwnerTargetingfinal EntityPredicateAbstractRaiderEntity.FindTargetGoal.shoutTargetingprivate final EntityPredicateEndermanEntity.FindPlayerGoal.startAggroTargetConditionsprivate final EntityPredicateEvokerEntity.SummonSpellGoal.vexCountTargetingprivate final EntityPredicateEvokerEntity.WololoSpellGoal.wololoTargeting -
Uses of EntityPredicate in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as EntityPredicateModifier and TypeFieldDescriptionprivate final EntityPredicateFoxEntity.BaseGoal.alertableTargetingprivate static final EntityPredicateBatEntity.BAT_RESTING_TARGETINGprivate static final EntityPredicatePandaEntity.BREED_TARGETINGprivate static final EntityPredicateDolphinEntity.SWIM_WITH_PLAYER_TARGETINGprivate static final EntityPredicateTurtleEntity.PlayerTemptGoal.TEMPT_TARGETING -
Uses of EntityPredicate in net.minecraft.entity.passive.horse
Fields in net.minecraft.entity.passive.horse declared as EntityPredicateModifier and TypeFieldDescriptionprivate static final EntityPredicateAbstractHorseEntity.MOMMY_TARGETING -
Uses of EntityPredicate in net.minecraft.world
Methods in net.minecraft.world with parameters of type EntityPredicateModifier 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 PlayerEntityIEntityReader.getNearestPlayer(EntityPredicate p_217359_1_, double p_217359_2_, double p_217359_4_, double p_217359_6_) default PlayerEntityIEntityReader.getNearestPlayer(EntityPredicate p_217370_1_, LivingEntity p_217370_2_) default PlayerEntityIEntityReader.getNearestPlayer(EntityPredicate p_217372_1_, LivingEntity p_217372_2_, double p_217372_3_, double p_217372_5_, double p_217372_7_)