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
ConstructorDescriptionMutableBiomeWrapped
(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:
getClimateProperties
in interfaceBiomeProperties
- Specified by:
getClimateProperties
in interfaceBiomeProperties.Mutable
- Overrides:
getClimateProperties
in classBiomeHooks.BiomeWrapped
-
getEffectsProperties
- Specified by:
getEffectsProperties
in interfaceBiomeProperties
- Specified by:
getEffectsProperties
in interfaceBiomeProperties.Mutable
- Overrides:
getEffectsProperties
in classBiomeHooks.BiomeWrapped
-
getGenerationProperties
- Specified by:
getGenerationProperties
in interfaceBiomeProperties
- Specified by:
getGenerationProperties
in interfaceBiomeProperties.Mutable
- Overrides:
getGenerationProperties
in classBiomeHooks.BiomeWrapped
-
getSpawnProperties
- Specified by:
getSpawnProperties
in interfaceBiomeProperties
- Specified by:
getSpawnProperties
in interfaceBiomeProperties.Mutable
- Overrides:
getSpawnProperties
in classBiomeHooks.BiomeWrapped
-