Package net.minecraft.world.gen.layer
Class BiomeLayer
java.lang.Object
net.minecraft.world.gen.layer.BiomeLayer
- All Implemented Interfaces:
IAreaTransformer1
,IC0Transformer
,IDimOffset0Transformer
,IDimTransformer
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<BiomeManager.BiomeEntry>[]
private static final int[]
private static final int[]
private static final int[]
private final boolean
private static final int[]
private static final int[]
private int[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
apply
(INoiseRandom p_202726_1_, int p_202726_2_) protected RegistryKey<Biome>
getBiome
(BiomeManager.BiomeType type, INoiseRandom context) private int
getBiomeId
(BiomeManager.BiomeType type, INoiseRandom context) 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.gen.layer.traits.IAreaTransformer1
run
Methods inherited from interface net.minecraft.world.gen.layer.traits.IC0Transformer
applyPixel
Methods inherited from interface net.minecraft.world.gen.layer.traits.IDimOffset0Transformer
getParentX, getParentY
-
Field Details
-
LEGACY_WARM_BIOMES
private static final int[] LEGACY_WARM_BIOMES -
WARM_BIOMES
private static final int[] WARM_BIOMES -
MEDIUM_BIOMES
private static final int[] MEDIUM_BIOMES -
COLD_BIOMES
private static final int[] COLD_BIOMES -
ICE_BIOMES
private static final int[] ICE_BIOMES -
warmBiomes
private int[] warmBiomes -
legacyDesert
private final boolean legacyDesert -
biomes
-
-
Constructor Details
-
BiomeLayer
public BiomeLayer(boolean p_i232147_1_)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceIC0Transformer
-
getBiomeId
-
getBiome
-