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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.layer.traits.IAreaTransformer1runMethods inherited from interface net.minecraft.world.gen.layer.traits.IC0TransformerapplyPixelMethods inherited from interface net.minecraft.world.gen.layer.traits.IDimOffset0TransformergetParentX, getParentY
- 
Field Details- 
LEGACY_WARM_BIOMESprivate static final int[] LEGACY_WARM_BIOMES
- 
WARM_BIOMESprivate static final int[] WARM_BIOMES
- 
MEDIUM_BIOMESprivate static final int[] MEDIUM_BIOMES
- 
COLD_BIOMESprivate static final int[] COLD_BIOMES
- 
ICE_BIOMESprivate static final int[] ICE_BIOMES
- 
warmBiomesprivate int[] warmBiomes
- 
legacyDesertprivate final boolean legacyDesert
- 
biomes
 
- 
- 
Constructor Details- 
BiomeLayerpublic BiomeLayer(boolean p_i232147_1_) 
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- IC0Transformer
 
- 
getBiomeId
- 
getBiome
 
-