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
FieldsModifier and TypeFieldDescriptionprivate List<BiomeManager.BiomeEntry>[]private static final int[]private static final int[]private static final int[]private final booleanprivate static final int[]private static final int[]private int[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintapply(INoiseRandom p_202726_1_, int p_202726_2_) protected RegistryKey<Biome>getBiome(BiomeManager.BiomeType type, INoiseRandom context) private intgetBiomeId(BiomeManager.BiomeType type, INoiseRandom context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.layer.traits.IAreaTransformer1
runMethods inherited from interface net.minecraft.world.gen.layer.traits.IC0Transformer
applyPixelMethods 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:
applyin interfaceIC0Transformer
-
getBiomeId
-
getBiome
-