Package net.minecraft.world.biome.layer
Enum Class ScaleLayer
- All Implemented Interfaces:
Serializable
,Comparable<ScaleLayer>
,Constable
,BiomeIds
,ParentedLayer
,CoordinateTransformer
- Mappings:
Namespace Name official dgf
intermediary net/minecraft/class_3656
named net/minecraft/world/biome/layer/ScaleLayer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.world.biome.BiomeIds
BADLANDS, BADLANDS_PLATEAU, BAMBOO_JUNGLE, BAMBOO_JUNGLE_HILLS, BEACH, BIRCH_FOREST, BIRCH_FOREST_HILLS, COLD_OCEAN, DARK_FOREST, DARK_FOREST_HILLS, DEEP_COLD_OCEAN, DEEP_FROZEN_OCEAN, DEEP_LUKEWARM_OCEAN, DEEP_OCEAN, DEEP_WARM_OCEAN, DESERT, DESERT_HILLS, DESERT_LAKES, ERODED_BADLANDS, FLOWER_FOREST, FOREST, FROZEN_OCEAN, FROZEN_RIVER, GIANT_SPRUCE_TAIGA, GIANT_SPRUCE_TAIGA_HILLS, GIANT_TREE_TAIGA, GIANT_TREE_TAIGA_HILLS, GRAVELLY_MOUNTAINS, ICE_SPIKES, JUNGLE, JUNGLE_EDGE, JUNGLE_HILLS, LUKEWARM_OCEAN, MODIFIED_BADLANDS_PLATEAU, MODIFIED_GRAVELLY_MOUNTAINS, MODIFIED_JUNGLE, MODIFIED_JUNGLE_EDGE, MODIFIED_WOODED_BADLANDS_PLATEAU, MOUNTAIN_EDGE, MOUNTAINS, MUSHROOM_FIELD_SHORE, MUSHROOM_FIELDS, OCEAN, PLAINS, RIVER, SAVANNA, SAVANNA_PLATEAU, SHATTERED_SAVANNA, SHATTERED_SAVANNA_PLATEAU, SNOWY_BEACH, SNOWY_MOUNTAINS, SNOWY_TAIGA, SNOWY_TAIGA_HILLS, SNOWY_TAIGA_MOUNTAINS, SNOWY_TUNDRA, STONE_SHORE, SUNFLOWER_PLAINS, SWAMP, SWAMP_HILLS, TAIGA, TAIGA_HILLS, TAIGA_MOUNTAINS, TALL_BIRCH_FOREST, TALL_BIRCH_HILLS, WARM_OCEAN, WOODED_BADLANDS_PLATEAU, WOODED_HILLS, WOODED_MOUNTAINS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
sample(LayerSampleContext<?> context, int tl, int tr, int bl, int br)
int
sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)
int
transformX(int x)
int
transformZ(int y)
static ScaleLayer
Returns the enum constant of this class with the specified name.static ScaleLayer[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.world.biome.layer.type.ParentedLayer
create
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector official a
Ldgf;a:Ldgf;
intermediary field_16196
Lnet/minecraft/class_3656;field_16196:Lnet/minecraft/class_3656;
named NORMAL
Lnet/minecraft/world/biome/layer/ScaleLayer;NORMAL:Lnet/minecraft/world/biome/layer/ScaleLayer;
-
FUZZY
- Mappings:
Namespace Name Mixin selector official ar
Ldgf;ar:Ldgf;
intermediary field_16198
Lnet/minecraft/class_3656;field_16198:Lnet/minecraft/class_3656;
named FUZZY
Lnet/minecraft/world/biome/layer/ScaleLayer;FUZZY:Lnet/minecraft/world/biome/layer/ScaleLayer;
-
-
Field Details
-
field_31805
private static final int field_31805- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official as
Ldgf;as:I
intermediary field_31805
Lnet/minecraft/class_3656;field_31805:I
named field_31805
Lnet/minecraft/world/biome/layer/ScaleLayer;field_31805:I
-
field_31806
private static final int field_31806- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official at
Ldgf;at:I
intermediary field_31806
Lnet/minecraft/class_3656;field_31806:I
named field_31806
Lnet/minecraft/world/biome/layer/ScaleLayer;field_31806:I
-
-
Constructor Details
-
ScaleLayer
private ScaleLayer()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
transformX
public int transformX(int x)- Specified by:
transformX
in interfaceCoordinateTransformer
- Mappings:
Namespace Name Mixin selector official a
Ldgq;a(I)I
intermediary method_16342
Lnet/minecraft/class_3741;method_16342(I)I
named transformX
Lnet/minecraft/world/biome/layer/util/CoordinateTransformer;transformX(I)I
-
transformZ
public int transformZ(int y)- Specified by:
transformZ
in interfaceCoordinateTransformer
- Mappings:
Namespace Name Mixin selector official b
Ldgq;b(I)I
intermediary method_16343
Lnet/minecraft/class_3741;method_16343(I)I
named transformZ
Lnet/minecraft/world/biome/layer/util/CoordinateTransformer;transformZ(I)I
-
sample
- Specified by:
sample
in interfaceParentedLayer
- Mappings:
Namespace Name Mixin selector official a
Ldgi;a(Ldff;Ldfb;II)I
intermediary method_15863
Lnet/minecraft/class_3660;method_15863(Lnet/minecraft/class_3628;Lnet/minecraft/class_3625;II)I
named sample
Lnet/minecraft/world/biome/layer/type/ParentedLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerSampleContext;Lnet/minecraft/world/biome/layer/util/LayerSampler;II)I
-
sample
- Mappings:
Namespace Name Mixin selector official a
Ldgf;a(Ldff;IIII)I
intermediary method_15853
Lnet/minecraft/class_3656;method_15853(Lnet/minecraft/class_3628;IIII)I
named sample
Lnet/minecraft/world/biome/layer/ScaleLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerSampleContext;IIII)I
-