@Deprecated public interface BiomeModificationContext
Biome
properties to be modified.
Experimental feature, may be removed or changed without further notice.
Modifier and Type | Interface and Description |
---|---|
static interface |
BiomeModificationContext.EffectsContext
Deprecated.
|
static interface |
BiomeModificationContext.GenerationSettingsContext
Deprecated.
|
static interface |
BiomeModificationContext.SpawnSettingsContext
Deprecated.
|
static interface |
BiomeModificationContext.WeatherContext
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BiomeModificationContext.EffectsContext |
getEffects()
Deprecated.
Returns the modification context for the biomes effects.
|
BiomeModificationContext.GenerationSettingsContext |
getGenerationSettings()
Deprecated.
Returns the modification context for the biomes generation settings.
|
BiomeModificationContext.SpawnSettingsContext |
getSpawnSettings()
Deprecated.
Returns the modification context for the biomes spawn settings.
|
BiomeModificationContext.WeatherContext |
getWeather()
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.
|
void setDepth(float depth)
Biome.getDepth()
,
Biome.Builder#depth(float)
void setScale(float scale)
Biome.getScale()
,
Biome.Builder#scale(float)
void setCategory(net.minecraft.world.biome.Biome.Category category)
Biome.getCategory()
,
Biome.Builder#category(Biome.Category)
BiomeModificationContext.WeatherContext getWeather()
BiomeModificationContext.EffectsContext getEffects()
BiomeModificationContext.GenerationSettingsContext getGenerationSettings()
BiomeModificationContext.SpawnSettingsContext getSpawnSettings()