Package | Description |
---|---|
net.minecraft.world | |
net.minecraft.world.biome | |
net.minecraft.world.gen | |
net.minecraft.world.gen.layer |
Modifier and Type | Method and Description |
---|---|
GenLayer |
WorldType.getBiomeLayer(long worldSeed,
GenLayer parentLayer,
ChunkGeneratorSettings chunkSettings)
Creates the GenLayerBiome used for generating the world with the specified ChunkProviderSettings JSON String
*IF AND ONLY IF* this WorldType == WorldType.CUSTOMIZED.
|
Modifier and Type | Field and Description |
---|---|
ChunkGeneratorSettings |
BiomeDecorator.chunkProviderSettings |
private ChunkGeneratorSettings |
BiomeProvider.settings |
Modifier and Type | Field and Description |
---|---|
private ChunkGeneratorSettings |
ChunkGeneratorOverworld.settings |
Modifier and Type | Method and Description |
---|---|
ChunkGeneratorSettings |
ChunkGeneratorSettings.Factory.build() |
Modifier and Type | Field and Description |
---|---|
private ChunkGeneratorSettings |
GenLayerBiome.settings |
Modifier and Type | Method and Description |
---|---|
static GenLayer[] |
GenLayer.initializeAllBiomeGenerators(long seed,
WorldType p_180781_2_,
ChunkGeneratorSettings p_180781_3_) |
Constructor and Description |
---|
GenLayerBiome(long p_i45560_1_,
GenLayer p_i45560_3_,
WorldType p_i45560_4_,
ChunkGeneratorSettings p_i45560_5_) |