Interface BiomeProperties.Mutable
- All Superinterfaces:
 BiomeProperties
- All Known Implementing Classes:
 BiomeHooks.MutableBiomeWrapped
- Enclosing interface:
 - BiomeProperties
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
BiomeProperties.Mutable - 
Method Summary
Modifier and TypeMethodDescriptionsetCategory(net.minecraft.world.level.biome.Biome.BiomeCategory category) setDepth(float depth) setScale(float scale) Methods inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
getCategory, getDepth, getScale 
- 
Method Details
- 
getClimateProperties
ClimateProperties.Mutable getClimateProperties()- Specified by:
 getClimatePropertiesin interfaceBiomeProperties
 - 
getEffectsProperties
EffectsProperties.Mutable getEffectsProperties()- Specified by:
 getEffectsPropertiesin interfaceBiomeProperties
 - 
getGenerationProperties
GenerationProperties.Mutable getGenerationProperties()- Specified by:
 getGenerationPropertiesin interfaceBiomeProperties
 - 
getSpawnProperties
SpawnProperties.Mutable getSpawnProperties()- Specified by:
 getSpawnPropertiesin interfaceBiomeProperties
 - 
setCategory
 - 
setDepth
 - 
setScale
 
 -