public enum ChiselLayer extends java.lang.Enum<ChiselLayer>
| Enum Constant and Description |
|---|
CUTOUT |
CUTOUT_MIPPED |
SOLID |
SOLID_FLUID |
TRANSLUCENT |
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.BlockRenderLayer |
layer |
VoxelType |
type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(VoxelBlob vb) |
static ChiselLayer |
fromLayer(net.minecraft.util.BlockRenderLayer layerInfo,
boolean isFluid) |
ICullTest |
getTest() |
static ChiselLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChiselLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChiselLayer SOLID
public static final ChiselLayer SOLID_FLUID
public static final ChiselLayer CUTOUT
public static final ChiselLayer CUTOUT_MIPPED
public static final ChiselLayer TRANSLUCENT
public final net.minecraft.util.BlockRenderLayer layer
public final VoxelType type
public static ChiselLayer[] values()
for (ChiselLayer c : ChiselLayer.values()) System.out.println(c);
public static ChiselLayer 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 filter(VoxelBlob vb)
public static ChiselLayer fromLayer(net.minecraft.util.BlockRenderLayer layerInfo, boolean isFluid)
public ICullTest getTest()