public static enum CubicChunksMixinConfig.BoolOptions extends java.lang.Enum<CubicChunksMixinConfig.BoolOptions>
| Enum Constant and Description |
|---|
OPTIMIZE_PATH_NAVIGATOR |
USE_CUBE_ARRAYS_INSIDE_CHUNK_CACHE |
USE_FAST_COLLISION_CHECK |
VERT_RENDER_DISTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getValue() |
static CubicChunksMixinConfig.BoolOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CubicChunksMixinConfig.BoolOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CubicChunksMixinConfig.BoolOptions OPTIMIZE_PATH_NAVIGATOR
public static final CubicChunksMixinConfig.BoolOptions USE_CUBE_ARRAYS_INSIDE_CHUNK_CACHE
public static final CubicChunksMixinConfig.BoolOptions USE_FAST_COLLISION_CHECK
public static final CubicChunksMixinConfig.BoolOptions VERT_RENDER_DISTANCE
public static CubicChunksMixinConfig.BoolOptions[] values()
for (CubicChunksMixinConfig.BoolOptions c : CubicChunksMixinConfig.BoolOptions.values()) System.out.println(c);
public static CubicChunksMixinConfig.BoolOptions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean getValue()