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 randomInterval, boolean mustSee, boolean mustReach, @Nullable TargetingConditions.Selector selector) NearestAttackableWitchTargetGoal(Raider raider, Class<T> targetType, int randomInterval, boolean mustSee, boolean mustReach, @Nullable TargetingConditions.Selector subselector) NearestHealableRaiderTargetGoal(Raider raider, Class<T> targetType, boolean mustSee, @Nullable TargetingConditions.Selector subselector) NonTameRandomTargetGoal(TamableAnimal mob, Class<T> targetType, boolean mustSee, @Nullable TargetingConditions.Selector subselector) -
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 @Nullable TargetingConditions.SelectorTargetingConditions.selectorMethods in net.minecraft.world.entity.ai.targeting with parameters of type TargetingConditions.SelectorModifier and TypeMethodDescriptionTargetingConditions.selector(@Nullable TargetingConditions.Selector selector) -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.equine
Fields in net.minecraft.world.entity.animal.equine declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate static final TargetingConditions.SelectorAbstractHorse.PARENT_HORSE_SELECTOR -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.fish
Fields in net.minecraft.world.entity.animal.fish declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionprivate static final TargetingConditions.SelectorPufferfish.SCARY_MOB -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.fox
Classes in net.minecraft.world.entity.animal.fox that implement TargetingConditions.SelectorConstructors in net.minecraft.world.entity.animal.fox with parameters of type TargetingConditions.SelectorModifierConstructorDescriptionDefendTrustedTargetGoal(Class<LivingEntity> targetType, boolean mustSee, boolean mustReach, @Nullable TargetingConditions.Selector subselector) -
Uses of TargetingConditions.Selector in net.minecraft.world.entity.animal.turtle
Fields in net.minecraft.world.entity.animal.turtle declared as TargetingConditions.SelectorModifier and TypeFieldDescriptionstatic final TargetingConditions.SelectorTurtle.BABY_ON_LAND_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, @Nullable TargetingConditions.Selector isAngryAt)