Uses of Class
net.minecraft.world.entity.ai.targeting.TargetingConditions
Packages that use TargetingConditions
Package
Description
-
Uses of TargetingConditions in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type TargetingConditionsModifier and TypeMethodDescriptionboolean
LivingEntity.canAttack
(LivingEntity p_21041_, TargetingConditions p_21042_) -
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<E, UniformInt> p_182335_, TargetingConditions p_182336_, float p_182337_, ToDoubleFunction<E> p_182338_, Function<E, SoundEvent> p_182339_) -
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.TEMP_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 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
(Predicate<LivingEntity> p_26889_) -
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.targetingConditions
-
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
-
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
-
Uses of TargetingConditions in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type TargetingConditionsModifier and TypeMethodDescriptiondefault <T extends LivingEntity>
List<T>EntityGetter.getNearbyEntities
(Class<T> p_45972_, TargetingConditions p_45973_, LivingEntity p_45974_, AABB p_45975_) EntityGetter.getNearbyPlayers
(TargetingConditions p_45956_, LivingEntity p_45957_, AABB p_45958_) default <T extends LivingEntity>
TEntityGetter.getNearestEntity
(Class<? extends T> p_45964_, TargetingConditions p_45965_, LivingEntity p_45966_, double p_45967_, double p_45968_, double p_45969_, AABB p_45970_) default <T extends LivingEntity>
TEntityGetter.getNearestEntity
(List<? extends T> p_45983_, TargetingConditions p_45984_, LivingEntity p_45985_, double p_45986_, double p_45987_, double p_45988_) default Player
EntityGetter.getNearestPlayer
(TargetingConditions p_45942_, double p_45943_, double p_45944_, double p_45945_) default Player
EntityGetter.getNearestPlayer
(TargetingConditions p_45947_, LivingEntity p_45948_) default Player
EntityGetter.getNearestPlayer
(TargetingConditions p_45950_, LivingEntity p_45951_, double p_45952_, double p_45953_, double p_45954_)