Interface ChunkGenerator
- All Superinterfaces:
Wrapper
Wraps a chunk generator for use in a
LevelCreator's level stem.- Since:
- 2.4.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ChunkGeneratorof(BiomeSource biomeSource, ResourceKey noiseSettings) Builds a noise generator over the given biome source, referencing the given settings.static ChunkGeneratorof(BiomeSource biomeSource, Noise abstractNoise) Builds a noise generator over the given biome source, referencing the given settings.static ChunkGeneratorof(BiomeSource biomeSource, NoiseGeneratorSettings settings) Builds a noise generator over the given biome source, referencing the given settings.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
-
Method Details
-
of
Builds a noise generator over the given biome source, referencing the given settings.- Parameters:
biomeSource- the biome source the generator draws fromnoiseSettings- the noise generator settings key (e.g.minecraft:overworld)- Returns:
- a wrapped chunk generator
- Since:
- 2.4.0
-
of
Builds a noise generator over the given biome source, referencing the given settings.- Parameters:
biomeSource- the biome source the generator draws fromsettings- the authored noise generator settings- Returns:
- a wrapped chunk generator
- Since:
- 2.4.0
-
of
Builds a noise generator over the given biome source, referencing the given settings.- Parameters:
biomeSource- the biome source the generator draws fromabstractNoise- the noise generator settings- Returns:
- a wrapped chunk generator
- Since:
- 2.4.0
-