public enum GenLayerRiverMix extends java.lang.Enum<GenLayerRiverMix> implements IAreaTransformer2, IDimOffset0Transformer
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
apply(IContext context,
AreaDimension dimensionIn,
IArea area1,
IArea area2,
int x,
int z) |
static GenLayerRiverMix |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenLayerRiverMix[] |
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, valueOfapplyapplypublic static final GenLayerRiverMix INSTANCE
public static GenLayerRiverMix[] values()
for (GenLayerRiverMix c : GenLayerRiverMix.values()) System.out.println(c);
public static GenLayerRiverMix 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(IContext context, AreaDimension dimensionIn, IArea area1, IArea area2, int x, int z)
apply in interface IAreaTransformer2