Class BiomeHooks.MutableBiomeWrapped
java.lang.Object
me.shedaniel.architectury.hooks.biome.BiomeHooks.BiomeWrapped
me.shedaniel.architectury.hooks.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 me.shedaniel.architectury.hooks.biome.BiomeProperties
BiomeProperties.Mutable
-
Field Summary
Fields inherited from class me.shedaniel.architectury.hooks.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 TypeMethodDescriptionsetCategory
(net.minecraft.world.level.biome.Biome.BiomeCategory category) setDepth
(float depth) setScale
(float scale) Methods inherited from class me.shedaniel.architectury.hooks.biome.BiomeHooks.BiomeWrapped
getCategory, getDepth, getScale
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
getCategory, getDepth, getScale
-
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
-
setCategory
public BiomeProperties.Mutable setCategory(net.minecraft.world.level.biome.Biome.BiomeCategory category) - Specified by:
setCategory
in interfaceBiomeProperties.Mutable
-
setDepth
- Specified by:
setDepth
in interfaceBiomeProperties.Mutable
-
setScale
- Specified by:
setScale
in interfaceBiomeProperties.Mutable
-