Uses of Interface
net.minecraft.entity.ai.brain.LookTarget
| Package | Description |
|---|---|
| net.minecraft.entity.ai.brain |
-
Uses of LookTarget in net.minecraft.entity.ai.brain
Classes in net.minecraft.entity.ai.brain that implement LookTarget Modifier and Type Class Description classBlockPosLookTargetclassEntityLookTargetFields in net.minecraft.entity.ai.brain declared as LookTarget Modifier and Type Field Description private LookTargetWalkTarget. lookTargetFields in net.minecraft.entity.ai.brain with type parameters of type LookTarget Modifier and Type Field Description static MemoryModuleType<LookTarget>MemoryModuleType. LOOK_TARGETMethods in net.minecraft.entity.ai.brain that return LookTarget Modifier and Type Method Description LookTargetWalkTarget. getLookTarget()Constructors in net.minecraft.entity.ai.brain with parameters of type LookTarget Constructor Description WalkTarget(LookTarget lookTarget, float speed, int completionRange)