Package net.fabricmc.fabric.api.biome.v1
Interface BiomeModificationContext
Deprecated.
Allows
Biome
properties to be modified.
Experimental feature, may be removed or changed without further notice.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.static interface
Deprecated.static interface
Deprecated.static interface
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the modification context for the biomes effects.Deprecated.Returns the modification context for the biomes generation settings.Deprecated.Returns the modification context for the biomes spawn settings.Deprecated.Returns the modification context for the biomes weather properties.void
setCategory(net.minecraft.world.biome.Biome.Category category)
Deprecated.void
setDepth(float depth)
Deprecated.void
setScale(float scale)
Deprecated.
-
Method Details
-
setDepth
void setDepth(float depth)Deprecated.- See Also:
Biome.getDepth()
,Biome.Builder.depth(float)
-
setScale
void setScale(float scale)Deprecated.- See Also:
Biome.getScale()
,Biome.Builder.scale(float)
-
setCategory
void setCategory(net.minecraft.world.biome.Biome.Category category)Deprecated.- See Also:
Biome.getCategory()
,Biome.Builder.category(Biome.Category)
-
getWeather
BiomeModificationContext.WeatherContext getWeather()Deprecated.Returns the modification context for the biomes weather properties. -
getEffects
BiomeModificationContext.EffectsContext getEffects()Deprecated.Returns the modification context for the biomes effects. -
getGenerationSettings
BiomeModificationContext.GenerationSettingsContext getGenerationSettings()Deprecated.Returns the modification context for the biomes generation settings. -
getSpawnSettings
BiomeModificationContext.SpawnSettingsContext getSpawnSettings()Deprecated.Returns the modification context for the biomes spawn settings.
-