Class Rainforest

java.lang.Object
net.frozenblock.lib.worldgen.biome.api.FrozenBiome
net.frozenblock.wilderwild.worldgen.biome.Rainforest

public final class Rainforest extends net.frozenblock.lib.worldgen.biome.api.FrozenBiome
  • Field Details

    • TEMPERATURE_A

      public static final net.minecraft.world.level.biome.Climate.Parameter TEMPERATURE_A
    • HUMIDITY_A

      public static final net.minecraft.world.level.biome.Climate.Parameter HUMIDITY_A
    • CONTINENTALNESS_A

      public static final net.minecraft.world.level.biome.Climate.Parameter CONTINENTALNESS_A
    • EROSION_A

      public static final net.minecraft.world.level.biome.Climate.Parameter EROSION_A
    • WEIRDNESS_A

      public static final net.minecraft.world.level.biome.Climate.Parameter WEIRDNESS_A
    • TEMPERATURE_B

      public static final net.minecraft.world.level.biome.Climate.Parameter TEMPERATURE_B
    • HUMIDITY_B

      public static final net.minecraft.world.level.biome.Climate.Parameter HUMIDITY_B
    • TEMPERATURE_C

      public static final net.minecraft.world.level.biome.Climate.Parameter TEMPERATURE_C
    • HUMIDITY_C

      public static final net.minecraft.world.level.biome.Climate.Parameter HUMIDITY_C
    • TEMP

      public static final float TEMP
      See Also:
    • DOWNFALL

      public static final float DOWNFALL
      See Also:
    • WATER_COLOR

      public static final int WATER_COLOR
      See Also:
    • WATER_FOG_COLOR

      public static final int WATER_FOG_COLOR
      See Also:
    • FOG_COLOR

      public static final int FOG_COLOR
      See Also:
    • SKY_COLOR

      public static final int SKY_COLOR
    • FOLIAGE_COLOR

      public static final int FOLIAGE_COLOR
      See Also:
    • INSTANCE

      public static final Rainforest INSTANCE
  • Constructor Details

    • Rainforest

      public Rainforest()
  • Method Details

    • modID

      public String modID()
      Specified by:
      modID in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • biomeID

      public String biomeID()
      Specified by:
      biomeID in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • temperature

      public float temperature()
      Specified by:
      temperature in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • downfall

      public float downfall()
      Specified by:
      downfall in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • hasPrecipitation

      public boolean hasPrecipitation()
      Specified by:
      hasPrecipitation in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • skyColor

      public int skyColor()
      Specified by:
      skyColor in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • fogColor

      public int fogColor()
      Specified by:
      fogColor in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • waterColor

      public int waterColor()
      Specified by:
      waterColor in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • waterFogColor

      public int waterFogColor()
      Specified by:
      waterFogColor in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • foliageColorOverride

      @Nullable public @Nullable Integer foliageColorOverride()
      Specified by:
      foliageColorOverride in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • grassColorOverride

      @Nullable public @Nullable Integer grassColorOverride()
      Specified by:
      grassColorOverride in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • ambientParticleSettings

      @Nullable public @Nullable net.minecraft.world.level.biome.AmbientParticleSettings ambientParticleSettings()
      Specified by:
      ambientParticleSettings in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • ambientLoopSound

      @Nullable public @Nullable net.minecraft.core.Holder<net.minecraft.sounds.SoundEvent> ambientLoopSound()
      Specified by:
      ambientLoopSound in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • ambientMoodSettings

      @Nullable public @Nullable net.minecraft.world.level.biome.AmbientMoodSettings ambientMoodSettings()
      Specified by:
      ambientMoodSettings in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • ambientAdditionsSound

      @Nullable public @Nullable net.minecraft.world.level.biome.AmbientAdditionsSettings ambientAdditionsSound()
      Specified by:
      ambientAdditionsSound in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • backgroundMusic

      @Nullable public @Nullable net.minecraft.sounds.Music backgroundMusic()
      Specified by:
      backgroundMusic in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • addFeatures

      public void addFeatures(@NotNull net.minecraft.world.level.biome.BiomeGenerationSettings.Builder features)
      Specified by:
      addFeatures in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • addSpawns

      public void addSpawns(net.minecraft.world.level.biome.MobSpawnSettings.Builder spawns)
      Specified by:
      addSpawns in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome
    • injectToOverworld

      public void injectToOverworld(Consumer<com.mojang.datafixers.util.Pair<net.minecraft.world.level.biome.Climate.ParameterPoint,net.minecraft.resources.ResourceKey<net.minecraft.world.level.biome.Biome>>> parameters)
      Specified by:
      injectToOverworld in class net.frozenblock.lib.worldgen.biome.api.FrozenBiome