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:
getClimateProperties
in interfaceBiomeProperties
-
getEffectsProperties
EffectsProperties.Mutable getEffectsProperties()- Specified by:
getEffectsProperties
in interfaceBiomeProperties
-
getGenerationProperties
GenerationProperties.Mutable getGenerationProperties()- Specified by:
getGenerationProperties
in interfaceBiomeProperties
-
getSpawnProperties
SpawnProperties.Mutable getSpawnProperties()- Specified by:
getSpawnProperties
in interfaceBiomeProperties
-
setCategory
-
setDepth
-
setScale
-