public abstract class RayTraceResult
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
static class |
RayTraceResult.Type |
修飾子とタイプ | フィールドと説明 |
---|---|
java.lang.Object |
hitInfo
Used to add extra hit info
|
protected Vec3d |
hitResult |
int |
subHit
Used to determine what sub-segment is hit
|
修飾子 | コンストラクタと説明 |
---|---|
protected |
RayTraceResult(Vec3d hitVec) |
修飾子とタイプ | メソッドと説明 |
---|---|
Vec3d |
getHitVec()
Returns the hit position of the raycast, in absolute world coordinates
|
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()