net.minecraft.world.level.levelgen

public record NoiseGeneratorSettings

edv
net.minecraft.world.level.levelgen.NoiseGeneratorSettings
net.minecraft.class_5284
net.minecraft.world.gen.chunk.ChunkGeneratorSettings
net.minecraft.world.level.levelgen.GeneratorSettingBase

Field summary

Modifier and TypeField
private final NoiseSettings
j
noiseSettings
comp_474
generationShapeConfig
private final BlockState
k
defaultBlock
comp_475
defaultBlock
private final BlockState
l
defaultFluid
comp_476
defaultFluid
private final NoiseRouter
m
noiseRouter
comp_477
noiseRouter
private final SurfaceRules$RuleSource
n
surfaceRule
comp_478
surfaceRule
private final List<Climate$ParameterPoint>
o
spawnTarget
comp_538
spawnTarget
private final int
p
seaLevel
comp_479
seaLevel
private final boolean
q
disableMobGeneration
comp_480
mobGenerationDisabled
private final boolean
r
aquifersEnabled
comp_481
aquifers
private final boolean
s
oreVeinsEnabled
comp_482
oreVeins
private final boolean
t
useLegacyRandomSource
comp_483
usesLegacyRandom
public static final com.mojang.serialization.Codec<NoiseGeneratorSettings>
a
DIRECT_CODEC
field_24780
CODEC
public static final com.mojang.serialization.Codec<Holder<NoiseGeneratorSettings>>
b
CODEC
field_24781
REGISTRY_CODEC
public static final ResourceKey<NoiseGeneratorSettings>
c
OVERWORLD
field_26355
OVERWORLD
public static final ResourceKey<NoiseGeneratorSettings>
d
LARGE_BIOMES
field_35051
LARGE_BIOMES
public static final ResourceKey<NoiseGeneratorSettings>
e
AMPLIFIED
field_26356
AMPLIFIED
public static final ResourceKey<NoiseGeneratorSettings>
f
NETHER
field_26357
NETHER
public static final ResourceKey<NoiseGeneratorSettings>
g
END
field_26358
END
public static final ResourceKey<NoiseGeneratorSettings>
h
CAVES
field_26359
CAVES
public static final ResourceKey<NoiseGeneratorSettings>
i
FLOATING_ISLANDS
field_26360
FLOATING_ISLANDS

Constructor summary

ModifierConstructor
public (NoiseSettings arg0, BlockState arg1, BlockState arg2, NoiseRouter arg3, SurfaceRules$RuleSource surfaceRule, List<Climate$ParameterPoint> arg5, int arg6, boolean arg7, boolean arg8, boolean arg9, boolean arg10)

Method summary

Modifier and TypeMethod
public boolean
a()
disableMobGeneration()
comp_480()
mobGenerationDisabled()
public boolean
b()
isAquifersEnabled()
method_33757()
hasAquifers()
public boolean
c()
oreVeinsEnabled()
comp_482()
oreVeins()
public WorldgenRandom$Algorithm
d()
getRandomSource()
method_38999()
getRandomProvider()
public static void
a(rk<edv> arg0)
bootstrap(BootstrapContext<NoiseGeneratorSettings> arg0)
method_31111(class_7891<class_5284> arg0)
bootstrap(Registerable<ChunkGeneratorSettings> chunkGenerationSettingsRegisterable)
private static NoiseGeneratorSettings
b(rk<?> arg0)
end(BootstrapContext<?> arg0)
method_30642(class_7891<?> arg0)
createEndSettings(Registerable<?> registerable)
private static NoiseGeneratorSettings
c(rk<?> arg0)
nether(BootstrapContext<?> arg0)
method_30641(class_7891<?> arg0)
createNetherSettings(Registerable<?> registerable)
private static NoiseGeneratorSettings
a(rk<?> arg0, boolean arg1, boolean arg2)
overworld(BootstrapContext<?> arg0, boolean arg1, boolean arg2)
method_30643(class_7891<?> arg0, boolean arg1, boolean arg2)
createSurfaceSettings(Registerable<?> registerable, boolean amplified, boolean largeBiomes)
private static NoiseGeneratorSettings
d(rk<?> arg0)
caves(BootstrapContext<?> arg0)
method_39901(class_7891<?> arg0)
createCavesSettings(Registerable<?> registerable)
private static NoiseGeneratorSettings
e(rk<?> arg0)
floatingIslands(BootstrapContext<?> arg0)
method_39902(class_7891<?> arg0)
createFloatingIslandsSettings(Registerable<?> registerable)
public static NoiseGeneratorSettings
e()
dummy()
method_44323()
createMissingSettings()
public NoiseSettings
f()
noiseSettings()
comp_474()
generationShapeConfig()
public BlockState
g()
defaultBlock()
comp_475()
defaultBlock()
public BlockState
h()
defaultFluid()
comp_476()
defaultFluid()
public NoiseRouter
i()
noiseRouter()
comp_477()
noiseRouter()
public SurfaceRules$RuleSource
j()
surfaceRule()
comp_478()
surfaceRule()
public List<Climate$ParameterPoint>
k()
spawnTarget()
comp_538()
spawnTarget()
public int
l()
seaLevel()
comp_479()
seaLevel()
public boolean
m()
aquifersEnabled()
comp_481()
aquifers()
public boolean
n()
useLegacyRandomSource()
comp_483()
usesLegacyRandom()