hasLineOfSight

fun hasLineOfSight(eyes: Vec3, vec3: Vec3, entity: Entity = player): Boolean

Allows you to check if a point is behind a wall

See also