Class ClimateSearch.Range

java.lang.Object
com.hypixel.hytale.server.worldgen.climate.ClimateSearch.Range
Enclosing class:
ClimateSearch

public static class ClimateSearch.Range extends Object
  • Field Details

    • DEFAULT

      public static final ClimateSearch.Range DEFAULT
    • value

      public final double value
    • radius

      public final double radius
    • weight

      public final double weight
  • Constructor Details

    • Range

      public Range(double value, double radius, double weight)
  • Method Details

    • score

      public double score(double value)
    • test

      public boolean test(double value)