Package net.minecraft.world.biome.layer
Enum EaseBiomeEdgeLayer
- All Implemented Interfaces:
Serializable,Comparable<EaseBiomeEdgeLayer>,java.lang.constant.Constable,CrossSamplingLayer,ParentedLayer,CoordinateTransformer,NorthWestCoordinateTransformer
public enum EaseBiomeEdgeLayer extends Enum<EaseBiomeEdgeLayer> implements CrossSamplingLayer
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Field Summary
Fields Modifier and Type Field Description private static intBADLANDS_IDprivate static intBADLANDS_PLATEAU_IDprivate static intBAMBOO_JUNGLE_IDprivate static intDESERT_IDprivate static intGIANT_TREE_TAIGA_IDprivate static intJUNGLE_EDGE_IDprivate static intJUNGLE_IDprivate static intMOUNTAIN_EDGE_IDprivate static intMOUNTAINS_IDprivate static intPLAINS_IDprivate static intSNOWY_TAIGA_IDprivate static intSNOWY_TUNDRA_IDprivate static intSWAMP_IDprivate static intTAIGA_IDprivate static intWOODED_BADLANDS_PLATEAU_IDprivate static intWOODED_MOUNTAINS_ID -
Constructor Summary
Constructors Modifier Constructor Description privateEaseBiomeEdgeLayer() -
Method Summary
Modifier and Type Method Description private booleanmethod_15839(int int2, int int3)private booleanmethod_15840(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9)private booleanmethod_15841(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9)intsample(LayerRandomnessSource context, int n, int e, int s, int w, int center)static EaseBiomeEdgeLayervalueOf(String name)Returns the enum constant of this type with the specified name.static EaseBiomeEdgeLayer[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.world.biome.layer.util.NorthWestCoordinateTransformer
transformX, transformZ
-
Enum Constant Details
-
Field Details
-
DESERT_ID
private static final int DESERT_ID -
MOUNTAINS_ID
private static final int MOUNTAINS_ID -
WOODED_MOUNTAINS_ID
private static final int WOODED_MOUNTAINS_ID -
SNOWY_TUNDRA_ID
private static final int SNOWY_TUNDRA_ID -
JUNGLE_ID
private static final int JUNGLE_ID -
BAMBOO_JUNGLE_ID
private static final int BAMBOO_JUNGLE_ID -
JUNGLE_EDGE_ID
private static final int JUNGLE_EDGE_ID -
BADLANDS_ID
private static final int BADLANDS_ID -
BADLANDS_PLATEAU_ID
private static final int BADLANDS_PLATEAU_ID -
WOODED_BADLANDS_PLATEAU_ID
private static final int WOODED_BADLANDS_PLATEAU_ID -
PLAINS_ID
private static final int PLAINS_ID -
GIANT_TREE_TAIGA_ID
private static final int GIANT_TREE_TAIGA_ID -
MOUNTAIN_EDGE_ID
private static final int MOUNTAIN_EDGE_ID -
SWAMP_ID
private static final int SWAMP_ID -
TAIGA_ID
private static final int TAIGA_ID -
SNOWY_TAIGA_ID
private static final int SNOWY_TAIGA_ID
-
-
Constructor Details
-
EaseBiomeEdgeLayer
private EaseBiomeEdgeLayer()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
sample
- Specified by:
samplein interfaceCrossSamplingLayer
-
method_15841
private boolean method_15841(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9) -
method_15840
private boolean method_15840(int[] int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9) -
method_15839
private boolean method_15839(int int2, int int3)
-