Uses of Class
net.minecraft.world.gen.chunk.ChunkGeneratorSettings
Packages that use ChunkGeneratorSettings
Package
Description
-
Uses of ChunkGeneratorSettings in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ChunkGeneratorSettingsModifier and TypeFieldDescriptionstatic Registry<ChunkGeneratorSettings>
BuiltinRegistries.CHUNK_GENERATOR_SETTINGS
static RegistryKey<Registry<ChunkGeneratorSettings>>
Registry.CHUNK_GENERATOR_SETTINGS_KEY
-
Uses of ChunkGeneratorSettings in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as ChunkGeneratorSettingsFields in net.minecraft.world.gen with type parameters of type ChunkGeneratorSettingsModifier and TypeFieldDescriptionprivate Supplier<ChunkGeneratorSettings>
DeepslateInterpolator.field_33513
Constructors in net.minecraft.world.gen with parameters of type ChunkGeneratorSettingsModifierConstructorDescriptionAquiferSampler(int x, int z, DoublePerlinNoiseSampler edgeDensityNoise, DoublePerlinNoiseSampler waterLevelNoise, ChunkGeneratorSettings chunkGeneratorSettings, NoiseColumnSampler columnSampler, int int2, int int3)
Constructor parameters in net.minecraft.world.gen with type arguments of type ChunkGeneratorSettingsModifierConstructorDescriptionDeepslateInterpolator(long seed, BlockState defaultBlock, BlockState deepslateState, Supplier<ChunkGeneratorSettings> supplier)
-
Uses of ChunkGeneratorSettings in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as ChunkGeneratorSettingsModifier and TypeFieldDescriptionprivate static ChunkGeneratorSettings
ChunkGeneratorSettings.INSTANCE
Fields in net.minecraft.world.gen.chunk with type parameters of type ChunkGeneratorSettingsModifier and TypeFieldDescriptionstatic RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.AMPLIFIED
static RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.CAVES
static com.mojang.serialization.Codec<ChunkGeneratorSettings>
ChunkGeneratorSettings.CODEC
static RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.END
static RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.FLOATING_ISLANDS
static RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.NETHER
static RegistryKey<ChunkGeneratorSettings>
ChunkGeneratorSettings.OVERWORLD
static com.mojang.serialization.Codec<Supplier<ChunkGeneratorSettings>>
ChunkGeneratorSettings.REGISTRY_CODEC
protected Supplier<ChunkGeneratorSettings>
NoiseChunkGenerator.settings
Methods in net.minecraft.world.gen.chunk that return ChunkGeneratorSettingsModifier and TypeMethodDescriptionprivate static ChunkGeneratorSettings
ChunkGeneratorSettings.createIslandSettings(StructuresConfig structuresConfig, BlockState defaultBlock, BlockState defaultFluid, boolean bool, boolean bool2, boolean bool3)
private static ChunkGeneratorSettings
ChunkGeneratorSettings.createSurfaceSettings(StructuresConfig structuresConfig, boolean amplified)
private static ChunkGeneratorSettings
ChunkGeneratorSettings.createUndergroundSettings(StructuresConfig structuresConfig, BlockState defaultBlock, BlockState defaultFluid, boolean bool)
static ChunkGeneratorSettings
ChunkGeneratorSettings.getInstance()
private static ChunkGeneratorSettings
ChunkGeneratorSettings.register(RegistryKey<ChunkGeneratorSettings> registryKey, ChunkGeneratorSettings settings)
Methods in net.minecraft.world.gen.chunk with parameters of type ChunkGeneratorSettingsModifier and TypeMethodDescriptionprivate static ChunkGeneratorSettings
ChunkGeneratorSettings.register(RegistryKey<ChunkGeneratorSettings> registryKey, ChunkGeneratorSettings settings)
Method parameters in net.minecraft.world.gen.chunk with type arguments of type ChunkGeneratorSettingsModifier and TypeMethodDescriptionboolean
ChunkGeneratorSettings.equals(RegistryKey<ChunkGeneratorSettings> registryKey)
boolean
NoiseChunkGenerator.matchesSettings(long seed, RegistryKey<ChunkGeneratorSettings> settingsKey)
private static ChunkGeneratorSettings
ChunkGeneratorSettings.register(RegistryKey<ChunkGeneratorSettings> registryKey, ChunkGeneratorSettings settings)
Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type ChunkGeneratorSettingsModifierConstructorDescriptionNoiseChunkGenerator(BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings)
private
NoiseChunkGenerator(BiomeSource populationSource, BiomeSource biomeSource, long seed, Supplier<ChunkGeneratorSettings> settings)