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 mob, Class<T> targetType, boolean mustSee, TargetingConditions.Selector selector) NearestAttackableTargetGoal(Mob mob, Class<T> targetType, int interval, boolean mustSee, boolean mustReach, TargetingConditions.Selector selector) NearestAttackableWitchTargetGoal(Raider raider, Class<T> targetType, int interval, boolean mustSee, boolean mustReach, TargetingConditions.Selector selector) NearestHealableRaiderTargetGoal(Raider raider, Class<T> targetType, boolean mustSee, TargetingConditions.Selector selector) NonTameRandomTargetGoal(TamableAnimal tamableMob, Class<T> targetType, boolean mustSee, TargetingConditions.Selector selector) -
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.SelectorTargetingConditions.selectorMethods in net.minecraft.world.entity.ai.targeting with parameters of type TargetingConditions.SelectorModifier and TypeMethodDescriptionTargetingConditions.selector(TargetingConditions.Selector selector) -
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.SelectorTurtle.BABY_ON_LAND_SELECTORprivate static final TargetingConditions.SelectorPufferfish.SCARY_MOBConstructors in net.minecraft.world.entity.animal with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionDefendTrustedTargetGoal(Class<LivingEntity> targetType, boolean mustSee, boolean mustReach, TargetingConditions.Selector selector) -
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.SelectorAbstractHorse.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.SelectorWitherBoss.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.SelectorEnderMan.EndermanLookForPlayerGoal.isAngerInducingConstructors in net.minecraft.world.entity.monster with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionEndermanLookForPlayerGoal(EnderMan enderman, TargetingConditions.Selector selector)