Uses of Class
net.minecraft.world.entity.ai.targeting.TargetingConditions
Packages that use TargetingConditions
Package
Description
-
Uses of TargetingConditions in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type TargetingConditionsModifier and TypeMethodDescriptiondefault <T extends LivingEntity>
List<T> ServerEntityGetter.getNearbyEntities
(Class<T> p_376620_, TargetingConditions p_376110_, LivingEntity p_376539_, AABB p_376547_) ServerEntityGetter.getNearbyPlayers
(TargetingConditions p_376095_, LivingEntity p_376466_, AABB p_376149_) default <T extends LivingEntity>
TServerEntityGetter.getNearestEntity
(Class<? extends T> p_376776_, TargetingConditions p_376521_, LivingEntity p_376321_, double p_376605_, double p_376504_, double p_376604_, AABB p_376622_) default <T extends LivingEntity>
TServerEntityGetter.getNearestEntity
(List<? extends T> p_376261_, TargetingConditions p_376489_, LivingEntity p_376192_, double p_376174_, double p_376483_, double p_376256_) default Player
ServerEntityGetter.getNearestPlayer
(TargetingConditions p_376724_, double p_376513_, double p_376719_, double p_376130_) default Player
ServerEntityGetter.getNearestPlayer
(TargetingConditions p_376784_, LivingEntity p_376102_) default Player
ServerEntityGetter.getNearestPlayer
(TargetingConditions p_376537_, LivingEntity p_376530_, double p_376306_, double p_376408_, double p_376302_) -
Uses of TargetingConditions in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as TargetingConditionsModifier and TypeFieldDescriptionprivate final TargetingConditions
PrepareRamNearestTarget.ramTargeting
private final TargetingConditions
RamTarget.ramTargeting
Constructors in net.minecraft.world.entity.ai.behavior with parameters of type TargetingConditionsModifierConstructorDescriptionPrepareRamNearestTarget
(ToIntFunction<E> p_147724_, int p_147725_, int p_147726_, float p_147727_, TargetingConditions p_147728_, int p_147729_, Function<E, SoundEvent> p_147730_) RamTarget
(Function<Goat, UniformInt> p_217342_, TargetingConditions p_217343_, float p_217344_, ToDoubleFunction<Goat> p_217345_, Function<Goat, SoundEvent> p_217346_, Function<Goat, SoundEvent> p_217347_) -
Uses of TargetingConditions in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as TargetingConditionsModifier and TypeFieldDescriptionprivate final TargetingConditions
AvoidEntityGoal.avoidEntityTargeting
private final TargetingConditions
BegGoal.begTargeting
protected final TargetingConditions
LookAtPlayerGoal.lookAtContext
private static final TargetingConditions
OfferFlowerGoal.OFFER_TARGER_CONTEXT
private static final TargetingConditions
BreedGoal.PARTNER_TARGETING
private final TargetingConditions
TemptGoal.targetingConditions
private static final TargetingConditions
TemptGoal.TEMPT_TARGETING
-
Uses of TargetingConditions in net.minecraft.world.entity.ai.goal.target
Fields in net.minecraft.world.entity.ai.goal.target declared as TargetingConditionsModifier and TypeFieldDescriptionprivate final TargetingConditions
DefendVillageTargetGoal.attackTargeting
private static final TargetingConditions
HurtByTargetGoal.HURT_BY_TARGETING
protected TargetingConditions
NearestAttackableTargetGoal.targetConditions
Methods in net.minecraft.world.entity.ai.goal.target that return TargetingConditionsModifier and TypeMethodDescriptionprivate TargetingConditions
NearestAttackableTargetGoal.getTargetConditions()
Methods in net.minecraft.world.entity.ai.goal.target with parameters of type TargetingConditionsModifier and TypeMethodDescriptionprotected boolean
TargetGoal.canAttack
(LivingEntity p_26151_, TargetingConditions p_26152_) -
Uses of TargetingConditions in net.minecraft.world.entity.ai.sensing
Fields in net.minecraft.world.entity.ai.sensing declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
Sensor.ATTACK_TARGET_CONDITIONS
private static final TargetingConditions
private static final TargetingConditions
private static final TargetingConditions
private static final TargetingConditions
Sensor.TARGET_CONDITIONS
private static final TargetingConditions
private static final TargetingConditions
TemptingSensor.TEMPT_TARGETING
-
Uses of TargetingConditions in net.minecraft.world.entity.ai.targeting
Fields in net.minecraft.world.entity.ai.targeting declared as TargetingConditionsMethods in net.minecraft.world.entity.ai.targeting that return TargetingConditionsModifier and TypeMethodDescriptionTargetingConditions.copy()
static TargetingConditions
TargetingConditions.forCombat()
static TargetingConditions
TargetingConditions.forNonCombat()
TargetingConditions.ignoreInvisibilityTesting()
TargetingConditions.ignoreLineOfSight()
TargetingConditions.range
(double p_26884_) TargetingConditions.selector
(TargetingConditions.Selector p_376314_) -
Uses of TargetingConditions in net.minecraft.world.entity.ambient
Fields in net.minecraft.world.entity.ambient declared as TargetingConditions -
Uses of TargetingConditions in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as TargetingConditionsModifier and TypeFieldDescriptionprivate final TargetingConditions
Fox.FoxBehaviorGoal.alertableTargeting
(package private) static final TargetingConditions
Panda.BREED_TARGETING
(package private) static final TargetingConditions
Dolphin.SWIM_WITH_PLAYER_TARGETING
(package private) static final TargetingConditions
Pufferfish.TARGETING_CONDITIONS
-
Uses of TargetingConditions in net.minecraft.world.entity.animal.goat
Fields in net.minecraft.world.entity.animal.goat declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
GoatAi.RAM_TARGET_CONDITIONS
-
Uses of TargetingConditions in net.minecraft.world.entity.animal.horse
Fields in net.minecraft.world.entity.animal.horse declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
AbstractHorse.MOMMY_TARGETING
-
Uses of TargetingConditions in net.minecraft.world.entity.boss.enderdragon
Fields in net.minecraft.world.entity.boss.enderdragon declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
EnderDragon.CRYSTAL_DESTROY_TARGETING
-
Uses of TargetingConditions in net.minecraft.world.entity.boss.enderdragon.phases
Fields in net.minecraft.world.entity.boss.enderdragon.phases declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
DragonSittingScanningPhase.CHARGE_TARGETING
private static final TargetingConditions
DragonLandingApproachPhase.NEAR_EGG_TARGETING
private static final TargetingConditions
DragonHoldingPatternPhase.NEW_TARGET_TARGETING
private final TargetingConditions
DragonSittingScanningPhase.scanTargeting
-
Uses of TargetingConditions in net.minecraft.world.entity.boss.wither
Fields in net.minecraft.world.entity.boss.wither declared as TargetingConditionsModifier and TypeFieldDescriptionprivate static final TargetingConditions
WitherBoss.TARGETING_CONDITIONS
-
Uses of TargetingConditions in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as TargetingConditionsModifier and TypeFieldDescriptionprivate final TargetingConditions
Phantom.PhantomAttackPlayerTargetGoal.attackTargeting
private final TargetingConditions
EnderMan.EndermanLookForPlayerGoal.continueAggroTargetConditions
private final TargetingConditions
Vex.VexCopyOwnerTargetGoal.copyOwnerTargeting
private final TargetingConditions
EnderMan.EndermanLookForPlayerGoal.startAggroTargetConditions
private final TargetingConditions
Evoker.EvokerSummonSpellGoal.vexCountTargeting
private final TargetingConditions
Evoker.EvokerWololoSpellGoal.wololoTargeting
Methods in net.minecraft.world.entity.monster with parameters of type TargetingConditionsModifier and TypeMethodDescription(package private) boolean
Phantom.canAttack
(ServerLevel p_376229_, LivingEntity p_376094_, TargetingConditions p_376891_) -
Uses of TargetingConditions in net.minecraft.world.entity.raid
Fields in net.minecraft.world.entity.raid declared as TargetingConditionsModifier and TypeFieldDescriptionfinal TargetingConditions
Raider.HoldGroundAttackGoal.shoutTargeting