Interface MultiNoisePresetBiomeSource
- All Superinterfaces:
BiomeSource, Keyed, Wrapper
A reference to a hardcoded parameter list preset.
The available presets are
overworld and nether.- Since:
- 3.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MultiNoisePresetBiomeSourcestatic final MultiNoisePresetBiomeSource -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiNoisePresetBiomeSourceof(ResourceKey preset) Creates a new multi-noise preset biome source.preset()A reference to a hardcoded parameter list preset.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
OVERWORLD
-
NETHER
-
-
Method Details
-
preset
A reference to a hardcoded parameter list preset.- Returns:
- a reference to a hardcoded parameter list preset
- Since:
- 3.0.0
-
of
Creates a new multi-noise preset biome source.- Parameters:
preset- the preset to use- Returns:
- the multi-noise preset biome source
- Since:
- 3.0.0
-