raytraceFromPoint
public static Optional<ModeledEntity> raytraceFromPoint(World world, Location location, float maxDistance)
Perform a ray trace from a specific point in a specific direction
Return
The first modeled entity hit by the ray, if any