Interface MultiNoiseBiomeConfig
- All Superinterfaces:
BiomeProviderConfig
The configuration for
ConfigurableBiomeProvider
generating a biome distribution based on noise.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionThe list of attributed biomes.builder()
static MultiNoiseBiomeConfig
nether()
static MultiNoiseBiomeConfig
Methods inherited from interface org.spongepowered.api.world.biome.provider.BiomeProviderConfig
biomes
-
Method Details
-
nether
-
overworld
-
builder
-
attributedBiomes
List<AttributedBiome> attributedBiomes()The list of attributed biomes.- Returns:
- The attributed biomes
-