Class BiomeModificationsImpl.MutableBiomeWrapped
java.lang.Object
dev.architectury.registry.level.biome.forge.BiomeModificationsImpl.BiomeWrapped
dev.architectury.registry.level.biome.forge.BiomeModificationsImpl.MutableBiomeWrapped
- All Implemented Interfaces:
dev.architectury.hooks.level.biome.BiomeProperties,dev.architectury.hooks.level.biome.BiomeProperties.Mutable
- Enclosing class:
- BiomeModificationsImpl
public static class BiomeModificationsImpl.MutableBiomeWrapped
extends BiomeModificationsImpl.BiomeWrapped
implements dev.architectury.hooks.level.biome.BiomeProperties.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.architectury.hooks.level.biome.BiomeProperties
dev.architectury.hooks.level.biome.BiomeProperties.Mutable -
Field Summary
Fields inherited from class dev.architectury.registry.level.biome.forge.BiomeModificationsImpl.BiomeWrapped
climateProperties, effectsProperties, event, generationProperties, spawnProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.architectury.hooks.level.biome.ClimateProperties.Mutabledev.architectury.hooks.level.biome.EffectsProperties.Mutabledev.architectury.hooks.level.biome.GenerationProperties.Mutabledev.architectury.hooks.level.biome.SpawnProperties.Mutable@NotNull dev.architectury.hooks.level.biome.BiomeProperties.MutablesetCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) @NotNull dev.architectury.hooks.level.biome.BiomeProperties.MutablesetDepth(float depth) @NotNull dev.architectury.hooks.level.biome.BiomeProperties.MutablesetScale(float scale) Methods inherited from class dev.architectury.registry.level.biome.forge.BiomeModificationsImpl.BiomeWrapped
getCategory, getDepth, getScaleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.architectury.hooks.level.biome.BiomeProperties
getCategory, getDepth, getScale
-
Constructor Details
-
MutableBiomeWrapped
public MutableBiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event)
-
-
Method Details
-
getClimateProperties
@NotNull public dev.architectury.hooks.level.biome.ClimateProperties.Mutable getClimateProperties()- Specified by:
getClimatePropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties- Specified by:
getClimatePropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable- Overrides:
getClimatePropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getEffectsProperties
@NotNull public dev.architectury.hooks.level.biome.EffectsProperties.Mutable getEffectsProperties()- Specified by:
getEffectsPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties- Specified by:
getEffectsPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable- Overrides:
getEffectsPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getGenerationProperties
@NotNull public dev.architectury.hooks.level.biome.GenerationProperties.Mutable getGenerationProperties()- Specified by:
getGenerationPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties- Specified by:
getGenerationPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable- Overrides:
getGenerationPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getSpawnProperties
@NotNull public dev.architectury.hooks.level.biome.SpawnProperties.Mutable getSpawnProperties()- Specified by:
getSpawnPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties- Specified by:
getSpawnPropertiesin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable- Overrides:
getSpawnPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
setCategory
@NotNull public @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable setCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) - Specified by:
setCategoryin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-
setDepth
@NotNull public @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable setDepth(float depth) - Specified by:
setDepthin interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-
setScale
@NotNull public @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable setScale(float scale) - Specified by:
setScalein interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-