Package net.minecraft.world.biome.source
Class VanillaLayeredBiomeSource
java.lang.Object
net.minecraft.world.biome.source.BiomeSource
net.minecraft.world.biome.source.VanillaLayeredBiomeSource
- All Implemented Interfaces:
BiomeAccess.Storage
public class VanillaLayeredBiomeSource extends BiomeSource
- Mappings:
Namespace Name official bvi
intermediary net/minecraft/class_2088
named net/minecraft/world/biome/source/VanillaLayeredBiomeSource
-
Field Summary
Fields Modifier and Type Field Description private Registry<Biome>
biomeRegistry
private static List<RegistryKey<Biome>>
BIOMES
private BiomeLayerSampler
biomeSampler
static com.mojang.serialization.Codec<VanillaLayeredBiomeSource>
CODEC
private boolean
largeBiomes
private boolean
legacyBiomeInitLayer
private long
seed
Fields inherited from class net.minecraft.world.biome.source.BiomeSource
biomes, structureFeatures, topMaterials
-
Constructor Summary
Constructors Constructor Description VanillaLayeredBiomeSource(long seed, boolean legacyBiomeInitLayer, boolean largeBiomes, Registry<Biome> biomeRegistry)
-
Method Summary
Modifier and Type Method Description Biome
getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
protected com.mojang.serialization.Codec<? extends BiomeSource>
getCodec()
BiomeSource
withSeed(long seed)
Methods inherited from class net.minecraft.world.biome.source.BiomeSource
getBiomes, getBiomesInArea, getTopMaterials, hasStructureFeature, locateBiome, locateBiome
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.source.BiomeAccess.Storage
method_31609
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lbvi;e:Lcom/mojang/serialization/Codec;
intermediary field_24727
Lnet/minecraft/class_2088;field_24727:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;CODEC:Lcom/mojang/serialization/Codec;
-
BIOMES
- Mappings:
Namespace Name Mixin selector official g
Lbvi;g:Ljava/util/List;
intermediary field_9677
Lnet/minecraft/class_2088;field_9677:Ljava/util/List;
named BIOMES
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;BIOMES:Ljava/util/List;
-
biomeSampler
- Mappings:
Namespace Name Mixin selector official f
Lbvi;f:Ldbk;
intermediary field_9680
Lnet/minecraft/class_2088;field_9680:Lnet/minecraft/class_3642;
named biomeSampler
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;biomeSampler:Lnet/minecraft/world/biome/source/BiomeLayerSampler;
-
seed
private final long seed- Mappings:
Namespace Name Mixin selector official h
Lbvi;h:J
intermediary field_24728
Lnet/minecraft/class_2088;field_24728:J
named seed
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;seed:J
-
legacyBiomeInitLayer
private final boolean legacyBiomeInitLayer- Mappings:
Namespace Name Mixin selector official i
Lbvi;i:Z
intermediary field_24498
Lnet/minecraft/class_2088;field_24498:Z
named legacyBiomeInitLayer
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;legacyBiomeInitLayer:Z
-
largeBiomes
private final boolean largeBiomes- Mappings:
Namespace Name Mixin selector official j
Lbvi;j:Z
intermediary field_24729
Lnet/minecraft/class_2088;field_24729:Z
named largeBiomes
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;largeBiomes:Z
-
biomeRegistry
- Mappings:
Namespace Name Mixin selector official k
Lbvi;k:Lgn;
intermediary field_26698
Lnet/minecraft/class_2088;field_26698:Lnet/minecraft/class_2378;
named biomeRegistry
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;biomeRegistry:Lnet/minecraft/util/registry/Registry;
-
-
Constructor Details
-
VanillaLayeredBiomeSource
public VanillaLayeredBiomeSource(long seed, boolean legacyBiomeInitLayer, boolean largeBiomes, Registry<Biome> biomeRegistry)- Mappings:
Namespace Name Mixin selector official <init>
Lbvi;<init>(JZZLgn;)V
intermediary <init>
Lnet/minecraft/class_2088;<init>(JZZLnet/minecraft/class_2378;)V
named <init>
Lnet/minecraft/world/biome/source/VanillaLayeredBiomeSource;<init>(JZZLnet/minecraft/util/registry/Registry;)V
-
-
Method Details
-
getCodec
- Specified by:
getCodec
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbux;a()Lcom/mojang/serialization/Codec;
intermediary method_28442
Lnet/minecraft/class_1966;method_28442()Lcom/mojang/serialization/Codec;
named getCodec
Lnet/minecraft/world/biome/source/BiomeSource;getCodec()Lcom/mojang/serialization/Codec;
-
withSeed
- Specified by:
withSeed
in classBiomeSource
- Mappings:
Namespace Name Mixin selector official a
Lbux;a(J)Lbux;
intermediary method_27985
Lnet/minecraft/class_1966;method_27985(J)Lnet/minecraft/class_1966;
named withSeed
Lnet/minecraft/world/biome/source/BiomeSource;withSeed(J)Lnet/minecraft/world/biome/source/BiomeSource;
-
getBiomeForNoiseGen
- Mappings:
Namespace Name Mixin selector official b
Lbuw$a;b(III)Lbuu;
intermediary method_16359
Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;
named getBiomeForNoiseGen
Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
-