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 class
BlockPosLookTarget
class
EntityLookTarget
Fields in net.minecraft.entity.ai.brain declared as LookTarget Modifier and Type Field Description private LookTarget
WalkTarget. lookTarget
Fields in net.minecraft.entity.ai.brain with type parameters of type LookTarget Modifier and Type Field Description static MemoryModuleType<LookTarget>
MemoryModuleType. LOOK_TARGET
Methods in net.minecraft.entity.ai.brain that return LookTarget Modifier and Type Method Description LookTarget
WalkTarget. getLookTarget()
Constructors in net.minecraft.entity.ai.brain with parameters of type LookTarget Constructor Description WalkTarget(LookTarget lookTarget, float speed, int completionRange)