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[]
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 -
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:
sample
in interfaceIdentitySamplingLayer
-