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 EntityPredicateEntityPredicate. DEFAULTMethods in net.minecraft.entity that return EntityPredicate Modifier and Type Method Description EntityPredicateEntityPredicate. allowInvulnerable()EntityPredicateEntityPredicate. allowNonAttackable()EntityPredicateEntityPredicate. allowSameTeam()EntityPredicateEntityPredicate. allowUnseeable()EntityPredicateEntityPredicate. ignoreInvisibilityTesting()EntityPredicateEntityPredicate. range(double p_221013_1_)EntityPredicateEntityPredicate. selector(java.util.function.Predicate<LivingEntity> p_221012_1_)Methods in net.minecraft.entity with parameters of type EntityPredicate Modifier and Type Method Description booleanLivingEntity. 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 EntityPredicateSensor. TARGET_CONDITIONSprivate static EntityPredicateSensor. 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 EntityPredicateDefendVillageTargetGoal. attackTargetingprivate EntityPredicateAvoidEntityGoal. avoidEntityTargetingprivate EntityPredicateBegGoal. begTargetingprivate static EntityPredicateHurtByTargetGoal. HURT_BY_TARGETINGprotected EntityPredicateLookAtGoal. lookAtContextprivate static EntityPredicateShowVillagerFlowerGoal. OFFER_TARGER_CONTEXTprivate static EntityPredicateBreedGoal. PARTNER_TARGETINGprotected EntityPredicateNearestAttackableTargetGoal. targetConditionsprivate static EntityPredicateTemptGoal. TEMP_TARGETINGMethods in net.minecraft.entity.ai.goal with parameters of type EntityPredicate Modifier and Type Method Description protected 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 EntityPredicate Modifier and Type Field Description private static EntityPredicateWitherEntity. 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 EntityPredicateEnderDragonEntity. 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 EntityPredicateScanningSittingPhase. CHARGE_TARGETINGprivate static EntityPredicateLandingApproachPhase. NEAR_EGG_TARGETINGprivate static EntityPredicateHoldingPatternPhase. NEW_TARGET_TARGETINGprivate EntityPredicateScanningSittingPhase. scanTargeting -
Uses of EntityPredicate in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as EntityPredicate Modifier and Type Field Description private EntityPredicatePhantomEntity.AttackPlayerGoal. attackTargetingprivate EntityPredicateEndermanEntity.FindPlayerGoal. continueAggroTargetConditionsprivate EntityPredicateVexEntity.CopyOwnerTargetGoal. copyOwnerTargetingEntityPredicateAbstractRaiderEntity.FindTargetGoal. shoutTargetingprivate EntityPredicateEndermanEntity.FindPlayerGoal. startAggroTargetConditionsprivate EntityPredicateEvokerEntity.SummonSpellGoal. vexCountTargetingprivate EntityPredicateEvokerEntity.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 EntityPredicateFoxEntity.BaseGoal. alertableTargetingprivate static EntityPredicateBatEntity. BAT_RESTING_TARGETINGprivate static EntityPredicatePandaEntity. BREED_TARGETINGprivate static EntityPredicateDolphinEntity. SWIM_WITH_PLAYER_TARGETINGprivate static EntityPredicateTurtleEntity.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 EntityPredicateAbstractHorseEntity. 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 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_)
-