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 dbiintermediary net/minecraft/class_3640named net/minecraft/world/biome/layer/SetBaseBiomesLayer
-
Field Summary
Fields Modifier and Type Field Description private int[]chosenGroup1private static int[]COOL_BIOMESprivate static int[]DRY_BIOMESprivate static int[]OLD_GROUP_1private static int[]SNOWY_BIOMESprivate static int[]TEMPERATE_BIOMES -
Constructor Summary
Constructors Constructor Description SetBaseBiomesLayer(boolean old) -
Method Summary
Modifier and Type Method Description intsample(LayerRandomnessSource context, int value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.biome.layer.util.IdentityCoordinateTransformer
transformX, transformZMethods inherited from interface net.minecraft.world.biome.layer.type.IdentitySamplingLayer
sampleMethods 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 aLdbi;a:[Iintermediary field_16082Lnet/minecraft/class_3640;field_16082:[Inamed OLD_GROUP_1Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;OLD_GROUP_1:[I
-
DRY_BIOMES
private static final int[] DRY_BIOMES- Mappings:
Namespace Name Mixin selector official bLdbi;b:[Iintermediary field_16064Lnet/minecraft/class_3640;field_16064:[Inamed DRY_BIOMESLnet/minecraft/world/biome/layer/SetBaseBiomesLayer;DRY_BIOMES:[I
-
TEMPERATE_BIOMES
private static final int[] TEMPERATE_BIOMES- Mappings:
Namespace Name Mixin selector official cLdbi;c:[Iintermediary field_16062Lnet/minecraft/class_3640;field_16062:[Inamed TEMPERATE_BIOMESLnet/minecraft/world/biome/layer/SetBaseBiomesLayer;TEMPERATE_BIOMES:[I
-
COOL_BIOMES
private static final int[] COOL_BIOMES- Mappings:
Namespace Name Mixin selector official dLdbi;d:[Iintermediary field_16068Lnet/minecraft/class_3640;field_16068:[Inamed COOL_BIOMESLnet/minecraft/world/biome/layer/SetBaseBiomesLayer;COOL_BIOMES:[I
-
SNOWY_BIOMES
private static final int[] SNOWY_BIOMES- Mappings:
Namespace Name Mixin selector official eLdbi;e:[Iintermediary field_16066Lnet/minecraft/class_3640;field_16066:[Inamed SNOWY_BIOMESLnet/minecraft/world/biome/layer/SetBaseBiomesLayer;SNOWY_BIOMES:[I
-
chosenGroup1
private int[] chosenGroup1- Mappings:
Namespace Name Mixin selector official fLdbi;f:[Iintermediary field_16070Lnet/minecraft/class_3640;field_16070:[Inamed chosenGroup1Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;chosenGroup1:[I
-
-
Constructor Details
-
SetBaseBiomesLayer
public SetBaseBiomesLayer(boolean old)- Mappings:
Namespace Name Mixin selector official <init>Ldbi;<init>(Z)Vintermediary <init>Lnet/minecraft/class_3640;<init>(Z)Vnamed <init>Lnet/minecraft/world/biome/layer/SetBaseBiomesLayer;<init>(Z)V
-
-
Method Details
-
sample
- Specified by:
samplein interfaceIdentitySamplingLayer- Mappings:
Namespace Name Mixin selector official aLdce;a(Ldaz;I)Iintermediary method_15866Lnet/minecraft/class_3661;method_15866(Lnet/minecraft/class_3630;I)Inamed sampleLnet/minecraft/world/biome/layer/type/IdentitySamplingLayer;sample(Lnet/minecraft/world/biome/layer/util/LayerRandomnessSource;I)I
-