Class BiomeModificationsImpl.BiomeWrapped

java.lang.Object
me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
All Implemented Interfaces:
me.shedaniel.architectury.hooks.biome.BiomeProperties
Direct Known Subclasses:
BiomeModificationsImpl.MutableBiomeWrapped
Enclosing class:
BiomeModificationsImpl

public static class BiomeModificationsImpl.BiomeWrapped extends Object implements me.shedaniel.architectury.hooks.biome.BiomeProperties
  • 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
    Modifier and Type
    Field
    Description
    protected final me.shedaniel.architectury.hooks.biome.ClimateProperties
     
    protected final me.shedaniel.architectury.hooks.biome.EffectsProperties
     
    protected final net.minecraftforge.event.world.BiomeLoadingEvent
     
    protected final me.shedaniel.architectury.hooks.biome.GenerationProperties
     
    protected final me.shedaniel.architectury.hooks.biome.SpawnProperties
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event)
     
    BiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event, me.shedaniel.architectury.hooks.biome.ClimateProperties climateProperties, me.shedaniel.architectury.hooks.biome.EffectsProperties effectsProperties, me.shedaniel.architectury.hooks.biome.GenerationProperties generationProperties, me.shedaniel.architectury.hooks.biome.SpawnProperties spawnProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.level.biome.Biome.BiomeCategory
     
    @NotNull me.shedaniel.architectury.hooks.biome.ClimateProperties
     
    float
     
    @NotNull me.shedaniel.architectury.hooks.biome.EffectsProperties
     
    @NotNull me.shedaniel.architectury.hooks.biome.GenerationProperties
     
    float
     
    @NotNull me.shedaniel.architectury.hooks.biome.SpawnProperties
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • event

      protected final net.minecraftforge.event.world.BiomeLoadingEvent event
    • climateProperties

      protected final me.shedaniel.architectury.hooks.biome.ClimateProperties climateProperties
    • effectsProperties

      protected final me.shedaniel.architectury.hooks.biome.EffectsProperties effectsProperties
    • generationProperties

      protected final me.shedaniel.architectury.hooks.biome.GenerationProperties generationProperties
    • spawnProperties

      protected final me.shedaniel.architectury.hooks.biome.SpawnProperties spawnProperties
  • Constructor Details

    • BiomeWrapped

      public BiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event)
    • BiomeWrapped

      public BiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event, me.shedaniel.architectury.hooks.biome.ClimateProperties climateProperties, me.shedaniel.architectury.hooks.biome.EffectsProperties effectsProperties, me.shedaniel.architectury.hooks.biome.GenerationProperties generationProperties, me.shedaniel.architectury.hooks.biome.SpawnProperties spawnProperties)
  • Method Details

    • getClimateProperties

      @NotNull public @NotNull me.shedaniel.architectury.hooks.biome.ClimateProperties getClimateProperties()
      Specified by:
      getClimateProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
    • getEffectsProperties

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

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

      @NotNull public @NotNull me.shedaniel.architectury.hooks.biome.SpawnProperties getSpawnProperties()
      Specified by:
      getSpawnProperties in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
    • getCategory

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

      public float getDepth()
      Specified by:
      getDepth in interface me.shedaniel.architectury.hooks.biome.BiomeProperties
    • getScale

      public float getScale()
      Specified by:
      getScale in interface me.shedaniel.architectury.hooks.biome.BiomeProperties