Class RangeDouble
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.delimiters.RangeDouble
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minInclusive
private final double minInclusive -
maxExclusive
private final double maxExclusive
-
-
Constructor Details
-
RangeDouble
public RangeDouble(double minInclusive, double maxExclusive)
-
-
Method Details
-
contains
public boolean contains(double value) -
min
public double min() -
max
public double max()
-