BiomeModificationContextImpl

public class BiomeModificationContextImpl implements BiomeModificationContext

Constructors

BiomeModificationContextImpl
Link copied to clipboard
void BiomeModificationContextImpl(DynamicRegistryManager registries, Biome biome)

Functions

getEffects
Link copied to clipboard
Returns the modification context for the biomes effects.
getWeather
Link copied to clipboard
Returns the modification context for the biomes weather properties.
setCategory
Link copied to clipboard
void setCategory(Biome.Category category)
Biome#getCategory()
setDepth
Link copied to clipboard
void setDepth(float depth)
Biome#getDepth()
setScale
Link copied to clipboard
void setScale(float scale)
Biome#getScale()

Properties

effects
Link copied to clipboard
private final BiomeModificationContext.EffectsContext effects
weather
Link copied to clipboard
private final BiomeModificationContext.WeatherContext weather

Sources

jvm source
Link copied to clipboard