Uses of Class
net.minecraft.entity.ai.TargetPredicate
-
Uses of TargetPredicate in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type TargetPredicate Modifier and Type Method Description booleanLivingEntity. isTarget(LivingEntity entity, TargetPredicate predicate) -
Uses of TargetPredicate in net.minecraft.entity.ai
Fields in net.minecraft.entity.ai declared as TargetPredicate Modifier and Type Field Description static TargetPredicateTargetPredicate. DEFAULTMethods in net.minecraft.entity.ai that return TargetPredicate Modifier and Type Method Description TargetPredicateTargetPredicate. copy()TargetPredicateTargetPredicate. ignoreDistanceScalingFactor()TargetPredicateTargetPredicate. ignoreEntityTargetRules()TargetPredicateTargetPredicate. includeHidden()TargetPredicateTargetPredicate. includeInvulnerable()TargetPredicateTargetPredicate. includeTeammates()TargetPredicateTargetPredicate. setBaseMaxDistance(double baseMaxDistance)TargetPredicateTargetPredicate. setPredicate(@Nullable Predicate<LivingEntity> predicate) -
Uses of TargetPredicate in net.minecraft.entity.ai.brain.sensor
Fields in net.minecraft.entity.ai.brain.sensor declared as TargetPredicate Modifier and Type Field Description private static TargetPredicateSensor. TARGET_PREDICATEprivate static TargetPredicateSensor. TARGET_PREDICATE_IGNORE_DISTANCE_SCALINGprivate static TargetPredicateTemptationsSensor. TEMPTER_PREDICATE -
Uses of TargetPredicate in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as TargetPredicate Modifier and Type Field Description private static TargetPredicateIronGolemLookGoal. CLOSE_VILLAGER_PREDICATEprivate TargetPredicateTemptGoal. predicateprotected TargetPredicateFollowTargetGoal. targetPredicateprotected TargetPredicateLookAtEntityGoal. targetPredicateprivate TargetPredicateTrackIronGolemTargetGoal. targetPredicateprivate static TargetPredicateTemptGoal. TEMPTING_ENTITY_PREDICATEprivate static TargetPredicateRevengeGoal. VALID_AVOIDABLES_PREDICATEprivate static TargetPredicateAnimalMateGoal. VALID_MATE_PREDICATEprivate TargetPredicateWolfBegGoal. validPlayerPredicateprivate TargetPredicateFleeEntityGoal. withinRangePredicateMethods in net.minecraft.entity.ai.goal with parameters of type TargetPredicate Modifier and Type Method Description protected booleanTrackTargetGoal. canTrack(@Nullable LivingEntity target, TargetPredicate targetPredicate) -
Uses of TargetPredicate in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as TargetPredicate Modifier and Type Field Description private static TargetPredicateWitherEntity. HEAD_TARGET_PREDICATE -
Uses of TargetPredicate in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as TargetPredicate Modifier and Type Field Description private static TargetPredicateEnderDragonEntity. CLOSE_PLAYER_PREDICATE -
Uses of TargetPredicate in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as TargetPredicate Modifier and Type Field Description private TargetPredicateSittingScanningPhase. CLOSE_PLAYER_PREDICATEprivate static TargetPredicateSittingScanningPhase. PLAYER_WITHIN_RANGE_PREDICATEprivate static TargetPredicateHoldingPatternPhase. PLAYERS_IN_RANGE_PREDICATEprivate static TargetPredicateLandingApproachPhase. PLAYERS_IN_RANGE_PREDICATE -
Uses of TargetPredicate in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as TargetPredicate Modifier and Type Field Description private TargetPredicateEvokerEntity.SummonVexGoal. closeVexPredicateprivate TargetPredicateEvokerEntity.WololoGoal. convertibleSheepPredicateprivate TargetPredicatePhantomEntity.FindTargetGoal. PLAYERS_IN_RANGE_PREDICATEprivate TargetPredicateEndermanEntity.TeleportTowardsPlayerGoal. staringPlayerPredicateprivate TargetPredicateVexEntity.TrackOwnerTargetGoal. TRACK_OWNER_PREDICATEprivate TargetPredicateEndermanEntity.TeleportTowardsPlayerGoal. validTargetPredicate -
Uses of TargetPredicate in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as TargetPredicate Modifier and Type Field Description private static TargetPredicatePandaEntity. ASK_FOR_BAMBOO_TARGETprivate static TargetPredicateBatEntity. CLOSE_PLAYER_PREDICATEprivate static TargetPredicateDolphinEntity. CLOSE_PLAYER_PREDICATEprivate static TargetPredicateHorseBaseEntity. PARENT_HORSE_PREDICATEprivate TargetPredicateFoxEntity.CalmDownGoal. WORRIABLE_ENTITY_PREDICATE -
Uses of TargetPredicate in net.minecraft.entity.raid
Fields in net.minecraft.entity.raid declared as TargetPredicate Modifier and Type Field Description TargetPredicateRaiderEntity.PatrolApproachGoal. closeRaiderPredicate -
Uses of TargetPredicate in net.minecraft.world
Methods in net.minecraft.world with parameters of type TargetPredicate Modifier and Type Method Description default <T extends LivingEntity>
TEntityView. getClosestEntity(Class<? extends T> entityClass, TargetPredicate targetPredicate, @Nullable LivingEntity entity, double x, double y, double z, Box box)default <T extends LivingEntity>
TEntityView. getClosestEntity(List<? extends T> entityList, TargetPredicate targetPredicate, @Nullable LivingEntity entity, double x, double y, double z)default @Nullable PlayerEntityEntityView. getClosestPlayer(TargetPredicate targetPredicate, double x, double y, double z)default @Nullable PlayerEntityEntityView. getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity)default @Nullable PlayerEntityEntityView. getClosestPlayer(TargetPredicate targetPredicate, LivingEntity entity, double x, double y, double z)default List<PlayerEntity>EntityView. getPlayers(TargetPredicate targetPredicate, LivingEntity entity, Box box)default <T extends LivingEntity>
List<T>EntityView. getTargets(Class<T> entityClass, TargetPredicate targetPredicate, LivingEntity targetingEntity, Box box)