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
  • 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:
      getClimateProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
      Specified by:
      getClimateProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
      Overrides:
      getClimateProperties in class BiomeModificationsImpl.BiomeWrapped
    • getEffectsProperties

      @NotNull public me.shedaniel.architectury.hooks.biome.EffectsProperties.Mutable getEffectsProperties()
      Specified by:
      getEffectsProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
      Specified by:
      getEffectsProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
      Overrides:
      getEffectsProperties in class BiomeModificationsImpl.BiomeWrapped
    • getGenerationProperties

      @NotNull public me.shedaniel.architectury.hooks.biome.GenerationProperties.Mutable getGenerationProperties()
      Specified by:
      getGenerationProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
      Specified by:
      getGenerationProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
      Overrides:
      getGenerationProperties in class BiomeModificationsImpl.BiomeWrapped
    • getSpawnProperties

      @NotNull public me.shedaniel.architectury.hooks.biome.SpawnProperties.Mutable getSpawnProperties()
      Specified by:
      getSpawnProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
      Specified by:
      getSpawnProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
      Overrides:
      getSpawnProperties in class BiomeModificationsImpl.BiomeWrapped
    • setCategory

      @NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category)
      Specified by:
      setCategory in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
    • setDepth

      @NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setDepth(float depth)
      Specified by:
      setDepth in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
    • setScale

      @NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setScale(float scale)
      Specified by:
      setScale in interface me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable