Package net.fabricmc.fabric.api.biome.v1
Interface BiomeModificationContext
public interface BiomeModificationContext
Allows
Biome
properties to be modified.
Experimental feature, may be removed or changed without further notice.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionReturns the modification context for the biomes effects.Returns the modification context for the biomes generation settings.Returns the modification context for the biomes spawn settings.Returns the modification context for the biomes weather properties.
-
Method Details
-
getWeather
BiomeModificationContext.WeatherContext getWeather()Returns the modification context for the biomes weather properties. -
getEffects
BiomeModificationContext.EffectsContext getEffects()Returns the modification context for the biomes effects. -
getGenerationSettings
BiomeModificationContext.GenerationSettingsContext getGenerationSettings()Returns the modification context for the biomes generation settings. -
getSpawnSettings
BiomeModificationContext.SpawnSettingsContext getSpawnSettings()Returns the modification context for the biomes spawn settings.
-