Class InterpolatedBiomeCountList.BiomeCountResult

java.lang.Object
com.hypixel.hytale.server.worldgen.cache.InterpolatedBiomeCountList.BiomeCountResult
Enclosing class:
InterpolatedBiomeCountList

public static class InterpolatedBiomeCountList.BiomeCountResult extends Object
  • Field Details

    • biome

      @Nonnull public final Biome biome
    • heightThresholdContext

      public double heightThresholdContext
    • heightNoise

      public double heightNoise
    • count

      public int count
  • Constructor Details

    • BiomeCountResult

      public BiomeCountResult(@Nonnull Biome biome, double heightThresholdContext, double heightNoise)
  • Method Details