public static class RaytraceWorld.Options
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CHECK_COLLISION
Whether a block has to have a collision bounding box to rayTrace it.
|
static int |
HIT_LIQUIDS
Ray tracing through liquids returns a hit.
|
static int |
IGNORE_FIRST_BLOCK
Don't hit the block source of ray tracing.
|
static int |
LOG_BLOCK_PASSED
Stores list of blocks passed through ray trace.
|
static int |
PASS_THROUGH
Don't stop ray tracing on hit.
|
Constructor and Description |
---|
RaytraceWorld.Options() |
public static int HIT_LIQUIDS
public static int PASS_THROUGH
public static int IGNORE_FIRST_BLOCK
public static int LOG_BLOCK_PASSED
public static int CHECK_COLLISION