Interface BiomeProvider.Factory
- Enclosing interface:
BiomeProvider
public static interface BiomeProvider.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncheckerboard
(CheckerboardBiomeConfig config) Returns a checkerboard-style biome provider based on aCheckerboardBiomeConfig
end()
Returns the vanilla end biome provider.endStyle
(EndStyleBiomeConfig config) Returns a vanilla end-style biome provider based on aEndStyleBiomeConfig
.fixed
(RegistryReference<Biome> biome) Returns a fixed biome provider base on a singleBiome
multiNoise
(MultiNoiseBiomeConfig config) Returns a multi-noise biome provider based on aMultiNoiseBiomeConfig
.nether()
Returns the vanilla nether biome provider.Returns the vanilla overworld biome provider.
-
Method Details
-
overworld
ConfigurableBiomeProvider<MultiNoiseBiomeConfig> overworld()Returns the vanilla overworld biome provider.- Returns:
- the vanilla overworld biome provider.
-
multiNoise
Returns a multi-noise biome provider based on aMultiNoiseBiomeConfig
.- Parameters:
config
- the configuration- Returns:
- the configured BiomeProvider
-
nether
Returns the vanilla nether biome provider.- Returns:
- the vanilla nether biome provider.
-
endStyle
Returns a vanilla end-style biome provider based on aEndStyleBiomeConfig
.- Parameters:
config
- the configuration- Returns:
- the configured BiomeProvider
-
end
Returns the vanilla end biome provider.- Returns:
- the vanilla end biome provider.
-
checkerboard
Returns a checkerboard-style biome provider based on aCheckerboardBiomeConfig
- Parameters:
config
- the configuration- Returns:
- the configured BiomeProvider
-
fixed
Returns a fixed biome provider base on a singleBiome
- Parameters:
biome
- the biome- Returns:
- the configured BiomeProvider
-