public enum MixRiverLayer extends java.lang.Enum<MixRiverLayer> implements IAreaTransformer2, IDimOffset0Transformer
| Enum Constant and Description | 
|---|
INSTANCE  | 
| Modifier and Type | Field and Description | 
|---|---|
private static int | 
FROZEN_RIVER  | 
private static int | 
MUSHROOM_FIELD_SHORE  | 
private static int | 
MUSHROOM_FIELDS  | 
private static int | 
RIVER  | 
private static int | 
SNOWY_TUNDRA  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
apply(INoiseRandom p_215723_1_,
     IArea p_215723_2_,
     IArea p_215723_3_,
     int p_215723_4_,
     int p_215723_5_)  | 
static MixRiverLayer | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MixRiverLayer[] | 
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, valueOfapplyfunc_215721_a, func_215722_bpublic static final MixRiverLayer INSTANCE
private static final int FROZEN_RIVER
private static final int SNOWY_TUNDRA
private static final int MUSHROOM_FIELDS
private static final int MUSHROOM_FIELD_SHORE
private static final int RIVER
public static MixRiverLayer[] values()
for (MixRiverLayer c : MixRiverLayer.values()) System.out.println(c);
public static MixRiverLayer 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 p_215723_1_, IArea p_215723_2_, IArea p_215723_3_, int p_215723_4_, int p_215723_5_)
apply in interface IAreaTransformer2