BiomeModificationContext

public interface BiomeModificationContext

Allows Biome properties to be modified.

Experimental feature, may be removed or changed without further notice.

Types

EffectsContext
Link copied to clipboard
public interface EffectsContext
GenerationSettingsContext
Link copied to clipboard
public interface GenerationSettingsContext
SpawnSettingsContext
Link copied to clipboard
public interface SpawnSettingsContext
WeatherContext
Link copied to clipboard
public interface WeatherContext

Functions

getEffects
Link copied to clipboard
abstract BiomeModificationContext.EffectsContext getEffects()
Returns the modification context for the biomes effects.
getGenerationSettings
Link copied to clipboard
Returns the modification context for the biomes generation settings.
getSpawnSettings
Link copied to clipboard
Returns the modification context for the biomes spawn settings.
getWeather
Link copied to clipboard
abstract BiomeModificationContext.WeatherContext getWeather()
Returns the modification context for the biomes weather properties.
setCategory
Link copied to clipboard
abstract void setCategory(Biome.Category category)
Biome#getCategory()
setDepth
Link copied to clipboard
abstract void setDepth(float depth)
Biome#getDepth()
setScale
Link copied to clipboard
abstract void setScale(float scale)
Biome#getScale()

Inheritors

BiomeModificationContextImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard