Uses of Interface
net.minecraft.entity.ai.brain.LookTarget
Packages that use LookTarget
Package
Description
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.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_TARGET
Methods 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)