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
-
Method Summary
Modifier and TypeMethodDescriptiondev.architectury.hooks.level.biome.ClimateProperties.Mutable
dev.architectury.hooks.level.biome.EffectsProperties.Mutable
dev.architectury.hooks.level.biome.GenerationProperties.Mutable
dev.architectury.hooks.level.biome.SpawnProperties.Mutable
@NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable
setCategory
(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable
setDepth
(float depth) @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable
setScale
(float scale) Methods inherited from class dev.architectury.registry.level.biome.forge.BiomeModificationsImpl.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 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:
getClimateProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties
- Specified by:
getClimateProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
- Overrides:
getClimateProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getEffectsProperties
@NotNull public dev.architectury.hooks.level.biome.EffectsProperties.Mutable getEffectsProperties()- Specified by:
getEffectsProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties
- Specified by:
getEffectsProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
- Overrides:
getEffectsProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getGenerationProperties
@NotNull public dev.architectury.hooks.level.biome.GenerationProperties.Mutable getGenerationProperties()- Specified by:
getGenerationProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties
- Specified by:
getGenerationProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
- Overrides:
getGenerationProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getSpawnProperties
@NotNull public dev.architectury.hooks.level.biome.SpawnProperties.Mutable getSpawnProperties()- Specified by:
getSpawnProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties
- Specified by:
getSpawnProperties
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
- Overrides:
getSpawnProperties
in 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:
setCategory
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-
setDepth
@NotNull public @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable setDepth(float depth) - Specified by:
setDepth
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-
setScale
@NotNull public @NotNull dev.architectury.hooks.level.biome.BiomeProperties.Mutable setScale(float scale) - Specified by:
setScale
in interfacedev.architectury.hooks.level.biome.BiomeProperties.Mutable
-