Class ClimateSearch.Range
java.lang.Object
com.hypixel.hytale.server.worldgen.climate.ClimateSearch.Range
- Enclosing class:
ClimateSearch
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClimateSearch.Rangefinal doublefinal doublefinal double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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)
-