public static class RayTracer.RayTraceEntityResult extends RayTracer.RayTraceResult
| Modifier and Type | Field and Description |
|---|---|
Entity |
entity |
distance, hit, hitCuboid, side| Constructor and Description |
|---|
RayTraceEntityResult(org.apache.commons.math3.geometry.euclidean.threed.Vector3D hit,
double distance,
Direction side,
Cuboid hitCuboid,
Entity entity) |
compareTo