Uses of Interface
net.minecraft.world.entity.ai.targeting.TargetingConditions.Selector
Packages that use TargetingConditions.Selector
Package
Description
-
Uses of TargetingConditions.Selector in net.minecraft.world.entity.ai.goal.target
Constructors in net.minecraft.world.entity.ai.goal.target with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionNearestAttackableTargetGoal
(Mob pMob, Class<T> pTargetType, boolean pMustSee, TargetingConditions.Selector pSelector) NearestAttackableTargetGoal
(Mob pMob, Class<T> pTargetType, int pInterval, boolean pMustSee, boolean pMustReach, TargetingConditions.Selector pSelector) NearestAttackableWitchTargetGoal
(Raider pRaider, Class<T> pTargetType, int pInterval, boolean pMustSee, boolean pMustReach, TargetingConditions.Selector pSelector) NearestHealableRaiderTargetGoal
(Raider pRaider, Class<T> pTargetType, boolean pMustSee, TargetingConditions.Selector pSelector) NonTameRandomTargetGoal
(TamableAnimal pTamableMob, Class<T> pTargetType, boolean pMustSee, TargetingConditions.Selector pSelector) -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.ai.targeting
Fields in net.minecraft.world.entity.ai.targeting declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate TargetingConditions.Selector
TargetingConditions.selector
Methods in net.minecraft.world.entity.ai.targeting with parameters of type TargetingConditions.SelectorModifier and TypeMethodDescriptionTargetingConditions.selector
(TargetingConditions.Selector pSelector) -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal
Classes in net.minecraft.world.entity.animal that implement TargetingConditions.SelectorFields in net.minecraft.world.entity.animal declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionstatic final TargetingConditions.Selector
Turtle.BABY_ON_LAND_SELECTOR
private static final TargetingConditions.Selector
Pufferfish.SCARY_MOB
Constructors in net.minecraft.world.entity.animal with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionDefendTrustedTargetGoal
(Class<LivingEntity> pTargetType, boolean pMustSee, boolean pMustReach, TargetingConditions.Selector pSelector) -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.horse
Fields in net.minecraft.world.entity.animal.horse declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate static final TargetingConditions.Selector
AbstractHorse.PARENT_HORSE_SELECTOR
-
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as TargetingConditions.Selector -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.boss.wither
Fields in net.minecraft.world.entity.boss.wither declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate static final TargetingConditions.Selector
WitherBoss.LIVING_ENTITY_SELECTOR
-
Uses of TargetingConditions.Selector in net.minecraft.world.entity.monster
Classes in net.minecraft.world.entity.monster that implement TargetingConditions.SelectorFields in net.minecraft.world.entity.monster declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate final TargetingConditions.Selector
EnderMan.EndermanLookForPlayerGoal.isAngerInducing
Constructors in net.minecraft.world.entity.monster with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionEndermanLookForPlayerGoal
(EnderMan pEnderman, TargetingConditions.Selector pSelector)