Uses of Interface
net.minecraft.entity.ai.brain.LookTarget
Packages that use LookTarget
Package
Description
The base package for all Minecraft classes.
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of LookTarget in net.minecraft
Fields in net.minecraft with type parameters of type LookTargetModifier and TypeFieldDescriptionprivate final Function<LivingEntity,Optional<LookTarget>> class_7296.field_38389private final Function<LivingEntity,Optional<LookTarget>> class_7297.field_38391Methods in net.minecraft that return types with arguments of type LookTargetModifier and TypeMethodDescriptionprivate static Optional<LookTarget>class_7299.method_42657(LivingEntity livingEntity) private static Optional<LookTarget>class_7299.method_42662(LivingEntity livingEntity) Methods in net.minecraft with parameters of type LookTargetModifier and TypeMethodDescriptionprivate static Vec3dclass_7296.method_42651(LookTarget lookTarget) Constructor parameters in net.minecraft with type arguments of type LookTargetModifierConstructorDescriptionclass_7296(Function<LivingEntity, Optional<LookTarget>> function, float float2) class_7297(Function<LivingEntity, Optional<LookTarget>> function, int int2, float float2) -
Uses of LookTarget in net.minecraft.entity.ai.brain
Classes in net.minecraft.entity.ai.brain that implement LookTargetFields in net.minecraft.entity.ai.brain declared as LookTargetFields in net.minecraft.entity.ai.brain with type parameters of type LookTargetModifier and TypeFieldDescriptionstatic final MemoryModuleType<LookTarget>MemoryModuleType.LOOK_TARGETMethods in net.minecraft.entity.ai.brain that return LookTargetConstructors in net.minecraft.entity.ai.brain with parameters of type LookTargetModifierConstructorDescriptionWalkTarget(LookTarget lookTarget, float speed, int completionRange) -
Uses of LookTarget in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type LookTargetModifier and TypeMethodDescriptionstatic voidLookTargetUtil.method_42647(LivingEntity livingEntity, LookTarget lookTarget, float float2, int int2)