static enum BlockStateModelGenerator.TintType extends Enum<BlockStateModelGenerator.TintType>
Enum Constant and Description |
---|
NOT_TINTED |
TINTED |
Modifier and Type | Method and Description |
---|---|
Model |
getCrossModel() |
Model |
getFlowerPotCrossModel() |
static BlockStateModelGenerator.TintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockStateModelGenerator.TintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockStateModelGenerator.TintType TINTED
public static final BlockStateModelGenerator.TintType NOT_TINTED
public static BlockStateModelGenerator.TintType[] values()
for (BlockStateModelGenerator.TintType c : BlockStateModelGenerator.TintType.values()) System.out.println(c);
public static BlockStateModelGenerator.TintType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Model getCrossModel()
public Model getFlowerPotCrossModel()