public enum AddBambooForestLayer extends java.lang.Enum<AddBambooForestLayer> implements IC1Transformer
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
private static int |
BAMBOO_JUNGLE |
private static int |
JUNGLE |
Modifier and Type | Method and Description |
---|---|
int |
apply(INoiseRandom context,
int value) |
static AddBambooForestLayer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddBambooForestLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
func_215728_a
apply
func_215721_a, func_215722_b
public static final AddBambooForestLayer INSTANCE
private static final int JUNGLE
private static final int BAMBOO_JUNGLE
public static AddBambooForestLayer[] values()
for (AddBambooForestLayer c : AddBambooForestLayer.values()) System.out.println(c);
public static AddBambooForestLayer 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 int apply(INoiseRandom context, int value)
apply
in interface IC1Transformer