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
-
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 -
DRY_BIOMES
private static final int[] DRY_BIOMES -
TEMPERATE_BIOMES
private static final int[] TEMPERATE_BIOMES -
COOL_BIOMES
private static final int[] COOL_BIOMES -
SNOWY_BIOMES
private static final int[] SNOWY_BIOMES -
chosenGroup1
private int[] chosenGroup1
-
-
Constructor Details
-
SetBaseBiomesLayer
public SetBaseBiomesLayer(boolean old)
-
-
Method Details
-
sample
- Specified by:
samplein interfaceIdentitySamplingLayer
-