public enum ShoreLayer extends java.lang.Enum<ShoreLayer> implements ICastleTransformer
| Enum Constant and Description | 
|---|
| INSTANCE | 
| Modifier and Type | Field and Description | 
|---|---|
| private static int | BADLANDS | 
| private static int | BADLANDS_PLATEAU | 
| private static int | BEACH | 
| private static int | DESERT | 
| private static int | ERODED_BADLANDS | 
| private static int | FOREST | 
| private static int | JUNGLE | 
| private static int | JUNGLE_EDGE | 
| private static int | JUNGLE_HILLS | 
| private static int | MODIFIED_BADLANDS_PLATEAU | 
| private static int | MODIFIED_WOODED_BADLANDS_PLATEAU | 
| private static int | MOUNTAIN_EDGE | 
| private static int | MOUNTAINS | 
| private static int | MUSHROOM_FIELD_SHORE | 
| private static int | MUSHROOM_FIELDS | 
| private static int | RIVER | 
| private static int | SNOWY_BEACH | 
| private static int | STONE_SHORE | 
| private static int | SWAMP | 
| private static int | TAIGA | 
| private static int | WOODED_BADLANDS_PLATEAU | 
| private static int | WOODED_MOUNTAINS | 
| Modifier and Type | Method and Description | 
|---|---|
| int | apply(INoiseRandom context,
     int north,
     int west,
     int south,
     int east,
     int center) | 
| private static boolean | isJungleCompatible(int p_151631_0_) | 
| private boolean | isMesa(int p_151633_1_) | 
| static ShoreLayer | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ShoreLayer[] | 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, valueOffunc_215728_aapplyfunc_215721_a, func_215722_bpublic static final ShoreLayer INSTANCE
private static final int BEACH
private static final int SNOWY_BEACH
private static final int DESERT
private static final int MOUNTAINS
private static final int WOODED_MOUNTAINS
private static final int FOREST
private static final int JUNGLE
private static final int JUNGLE_EDGE
private static final int JUNGLE_HILLS
private static final int BADLANDS
private static final int WOODED_BADLANDS_PLATEAU
private static final int BADLANDS_PLATEAU
private static final int ERODED_BADLANDS
private static final int MODIFIED_WOODED_BADLANDS_PLATEAU
private static final int MODIFIED_BADLANDS_PLATEAU
private static final int MUSHROOM_FIELDS
private static final int MUSHROOM_FIELD_SHORE
private static final int RIVER
private static final int MOUNTAIN_EDGE
private static final int STONE_SHORE
private static final int SWAMP
private static final int TAIGA
public static ShoreLayer[] values()
for (ShoreLayer c : ShoreLayer.values()) System.out.println(c);
public static ShoreLayer 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 north, int west, int south, int east, int center)
apply in interface ICastleTransformerprivate static boolean isJungleCompatible(int p_151631_0_)
private boolean isMesa(int p_151633_1_)