Class BiomeModificationsImpl.MutableBiomeWrapped
java.lang.Object
me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.MutableBiomeWrapped
- All Implemented Interfaces:
me.shedaniel.architectury.hooks.biome.BiomeProperties,me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Enclosing class:
- BiomeModificationsImpl
public static class BiomeModificationsImpl.MutableBiomeWrapped
extends BiomeModificationsImpl.BiomeWrapped
implements me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable -
Field Summary
Fields inherited from class me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
climateProperties, effectsProperties, event, generationProperties, spawnProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.architectury.hooks.biome.ClimateProperties.Mutableme.shedaniel.architectury.hooks.biome.EffectsProperties.Mutableme.shedaniel.architectury.hooks.biome.GenerationProperties.Mutableme.shedaniel.architectury.hooks.biome.SpawnProperties.Mutable@NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.MutablesetCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.MutablesetDepth(float depth) @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.MutablesetScale(float scale) Methods inherited from class me.shedaniel.architectury.registry.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 me.shedaniel.architectury.hooks.biome.BiomeProperties
getCategory, getDepth, getScale
-
Constructor Details
-
MutableBiomeWrapped
public MutableBiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event)
-
-
Method Details
-
getClimateProperties
@NotNull public me.shedaniel.architectury.hooks.biome.ClimateProperties.Mutable getClimateProperties()- Specified by:
getClimatePropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties- Specified by:
getClimatePropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable- Overrides:
getClimatePropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getEffectsProperties
@NotNull public me.shedaniel.architectury.hooks.biome.EffectsProperties.Mutable getEffectsProperties()- Specified by:
getEffectsPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties- Specified by:
getEffectsPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable- Overrides:
getEffectsPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getGenerationProperties
@NotNull public me.shedaniel.architectury.hooks.biome.GenerationProperties.Mutable getGenerationProperties()- Specified by:
getGenerationPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties- Specified by:
getGenerationPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable- Overrides:
getGenerationPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
getSpawnProperties
@NotNull public me.shedaniel.architectury.hooks.biome.SpawnProperties.Mutable getSpawnProperties()- Specified by:
getSpawnPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties- Specified by:
getSpawnPropertiesin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable- Overrides:
getSpawnPropertiesin classBiomeModificationsImpl.BiomeWrapped
-
setCategory
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) - Specified by:
setCategoryin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
setDepth
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setDepth(float depth) - Specified by:
setDepthin interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
setScale
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setScale(float scale) - Specified by:
setScalein interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-