Class BiomeHooks.MutableBiomeWrapped
java.lang.Object
dev.architectury.hooks.level.biome.BiomeHooks.BiomeWrapped
dev.architectury.hooks.level.biome.BiomeHooks.MutableBiomeWrapped
- All Implemented Interfaces:
BiomeProperties,BiomeProperties.Mutable
- Enclosing class:
- BiomeHooks
public static class BiomeHooks.MutableBiomeWrapped
extends BiomeHooks.BiomeWrapped
implements BiomeProperties.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.architectury.hooks.level.biome.BiomeProperties
BiomeProperties.Mutable -
Field Summary
Fields inherited from class dev.architectury.hooks.level.biome.BiomeHooks.BiomeWrapped
biome, climateProperties, effectsProperties, generationProperties, spawnProperties -
Constructor Summary
ConstructorsConstructorDescriptionMutableBiomeWrapped(net.minecraft.world.level.biome.Biome biome, ClimateProperties.Mutable climateProperties, EffectsProperties.Mutable effectsProperties, GenerationProperties.Mutable generationProperties, SpawnProperties.Mutable spawnProperties) MutableBiomeWrapped(net.minecraft.world.level.biome.Biome biome, GenerationProperties.Mutable generationProperties, SpawnProperties.Mutable spawnProperties) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MutableBiomeWrapped
public MutableBiomeWrapped(net.minecraft.world.level.biome.Biome biome, GenerationProperties.Mutable generationProperties, SpawnProperties.Mutable spawnProperties) -
MutableBiomeWrapped
public MutableBiomeWrapped(net.minecraft.world.level.biome.Biome biome, ClimateProperties.Mutable climateProperties, EffectsProperties.Mutable effectsProperties, GenerationProperties.Mutable generationProperties, SpawnProperties.Mutable spawnProperties)
-
-
Method Details
-
getClimateProperties
- Specified by:
getClimatePropertiesin interfaceBiomeProperties- Specified by:
getClimatePropertiesin interfaceBiomeProperties.Mutable- Overrides:
getClimatePropertiesin classBiomeHooks.BiomeWrapped
-
getEffectsProperties
- Specified by:
getEffectsPropertiesin interfaceBiomeProperties- Specified by:
getEffectsPropertiesin interfaceBiomeProperties.Mutable- Overrides:
getEffectsPropertiesin classBiomeHooks.BiomeWrapped
-
getGenerationProperties
- Specified by:
getGenerationPropertiesin interfaceBiomeProperties- Specified by:
getGenerationPropertiesin interfaceBiomeProperties.Mutable- Overrides:
getGenerationPropertiesin classBiomeHooks.BiomeWrapped
-
getSpawnProperties
- Specified by:
getSpawnPropertiesin interfaceBiomeProperties- Specified by:
getSpawnPropertiesin interfaceBiomeProperties.Mutable- Overrides:
getSpawnPropertiesin classBiomeHooks.BiomeWrapped
-