public class SetBaseBiomesLayer extends Object implements IdentitySamplingLayer
Modifier and Type | Field and 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 and Description |
---|
SetBaseBiomesLayer(boolean old) |
Modifier and Type | Method and Description |
---|---|
int |
sample(LayerRandomnessSource context,
int value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
sample
create
transformX, transformZ
private static final int[] OLD_GROUP_1
private static final int[] DRY_BIOMES
private static final int[] TEMPERATE_BIOMES
private static final int[] COOL_BIOMES
private static final int[] SNOWY_BIOMES
private int[] chosenGroup1
public int sample(LayerRandomnessSource context, int value)
sample
in interface IdentitySamplingLayer