Class HeightThresholdInterpolator

java.lang.Object
com.hypixel.hytale.server.worldgen.chunk.HeightThresholdInterpolator

public class HeightThresholdInterpolator extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getEntries

      @Nonnull public CoreDataCacheEntry[] getEntries()
    • populate

      @Nonnull public HeightThresholdInterpolator populate(int seed)
    • generateInterpolatedBiomeCountAt

      public void generateInterpolatedBiomeCountAt(int cx, int cz, @Nonnull InterpolatedBiomeCountList biomeCountList)
    • getHeightNoise

      public double getHeightNoise(int cx, int cz)
    • getHeightThreshold

      public float getHeightThreshold(int seed, int x, int z, int y)
    • interpolateHeightThreshold

      private float interpolateHeightThreshold(int seed, int x, int z, int y)
    • tableEntry

      protected CoreDataCacheEntry tableEntry(int cx, int cz)
    • setTableEntry

      protected void setTableEntry(int cx, int cz, CoreDataCacheEntry entry)
    • zoneBiomeResult

      protected ZoneBiomeResult zoneBiomeResult(int cx, int cz)
    • getLowestNonOne

      public int getLowestNonOne(int cx, int cz)
    • getHighestNonZero

      public int getHighestNonZero(int cx, int cz)
    • indexLocal

      protected int indexLocal(int x, int z)