Package net.minecraft.entity.ai.brain
Interface LookTarget
- All Known Implementing Classes:
BlockPosLookTarget,EntityLookTarget
public interface LookTarget
-
Method Summary
Modifier and Type Method Description BlockPosgetBlockPos()Vec3dgetPos()booleanisSeenBy(LivingEntity entity)
-
Method Details
-
getPos
Vec3d getPos() -
getBlockPos
BlockPos getBlockPos() -
isSeenBy
-