public abstract class RayTraceResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RayTraceResult.Type |
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
hitInfo
Used to add extra hit info
|
protected Vec3d |
hitResult |
int |
subHit
Used to determine what sub-segment is hit
|
Modifier | Constructor and Description |
---|---|
protected |
RayTraceResult(Vec3d hitVec) |
Modifier and Type | Method and Description |
---|---|
Vec3d |
getHitVec() |
abstract RayTraceResult.Type |
getType() |
protected final Vec3d hitResult
public int subHit
public java.lang.Object hitInfo
protected RayTraceResult(Vec3d hitVec)
public abstract RayTraceResult.Type getType()
public Vec3d getHitVec()