Package net.minecraft.world.biome.layer
Class SetBaseBiomesLayer
java.lang.Object
net.minecraft.world.biome.layer.SetBaseBiomesLayer
- All Implemented Interfaces:
IdentitySamplingLayer
,ParentedLayer
,CoordinateTransformer
,IdentityCoordinateTransformer
public class SetBaseBiomesLayer extends Object implements IdentitySamplingLayer
- Mappings:
Namespace Name official dbi
intermediary net/minecraft/class_3640
named net/minecraft/world/biome/layer/SetBaseBiomesLayer
-
Field Summary
Fields Modifier and Type Field Description private int[]
chosenGroup1
private static int[]
COOL_BIOMES
private static int[]
DRY_BIOMES
private static int[]
OLD_GROUP_1
private static int[]
SNOWY_BIOMES
private static int[]
TEMPERATE_BIOMES
-
Constructor Summary
Constructors Constructor Description SetBaseBiomesLayer(boolean old)
-
Method Summary
Modifier and Type Method Description int
sample(LayerRandomnessSource context, int value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.biome.layer.util.IdentityCoordinateTransformer
transformX, transformZ
Methods inherited from interface net.minecraft.world.biome.layer.type.IdentitySamplingLayer
sample
Methods inherited from interface net.minecraft.world.biome.layer.type.ParentedLayer
create
-
Field Details
-
OLD_GROUP_1
private static final int[] OLD_GROUP_1- Mappings:
Namespace Name Mixin selector official a
Ldbi;a:[I
intermediary field_16082
Lnet/minecraft/class_3640;field_16082:[I
named OLD_GROUP_1
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;OLD_GROUP_1:[I
-
DRY_BIOMES
private static final int[] DRY_BIOMES- Mappings:
Namespace Name Mixin selector official b
Ldbi;b:[I
intermediary field_16064
Lnet/minecraft/class_3640;field_16064:[I
named DRY_BIOMES
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;DRY_BIOMES:[I
-
TEMPERATE_BIOMES
private static final int[] TEMPERATE_BIOMES- Mappings:
Namespace Name Mixin selector official c
Ldbi;c:[I
intermediary field_16062
Lnet/minecraft/class_3640;field_16062:[I
named TEMPERATE_BIOMES
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;TEMPERATE_BIOMES:[I
-
COOL_BIOMES
private static final int[] COOL_BIOMES- Mappings:
Namespace Name Mixin selector official d
Ldbi;d:[I
intermediary field_16068
Lnet/minecraft/class_3640;field_16068:[I
named COOL_BIOMES
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;COOL_BIOMES:[I
-
SNOWY_BIOMES
private static final int[] SNOWY_BIOMES- Mappings:
Namespace Name Mixin selector official e
Ldbi;e:[I
intermediary field_16066
Lnet/minecraft/class_3640;field_16066:[I
named SNOWY_BIOMES
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;SNOWY_BIOMES:[I
-
chosenGroup1
private int[] chosenGroup1- Mappings:
Namespace Name Mixin selector official f
Ldbi;f:[I
intermediary field_16070
Lnet/minecraft/class_3640;field_16070:[I
named chosenGroup1
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;chosenGroup1:[I
-
-
Constructor Details
-
SetBaseBiomesLayer
public SetBaseBiomesLayer(boolean old)- Mappings:
Namespace Name Mixin selector official <init>
Ldbi;<init>(Z)V
intermediary <init>
Lnet/minecraft/class_3640;<init>(Z)V
named <init>
Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;<init>(Z)V
-
-
Method Details
-
sample
- Specified by:
sample
in interfaceIdentitySamplingLayer
- Mappings:
Namespace Name Mixin selector official a
Ldce;a(Ldaz;I)I
intermediary method_15866
Lnet/minecraft/class_3661;method_15866(Lnet/minecraft/class_3630;I)I
named sample
Lnet/minecraft/world/biome/layer/type/IdentitySamplingLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerRandomnessSource;I)I
-