Class DoubleRange
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.rangemaps.DoubleRange
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate doubleprivate double -
Constructor Summary
ConstructorsConstructorDescriptionDoubleRange(double min, boolean inclusiveMin, double max, boolean inclusiveMax) -
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleRangeexclusive(double min, double max) doublegetMax()doublegetMin()booleanincludes(double v) static DoubleRangeinclusive(double min, double max) booleanboolean
-
Field Details
-
min
private double min -
max
private double max -
inclusiveMin
private boolean inclusiveMin -
inclusiveMax
private boolean inclusiveMax
-
-
Constructor Details
-
DoubleRange
public DoubleRange(double min, boolean inclusiveMin, double max, boolean inclusiveMax)
-
-
Method Details
-
getMin
public double getMin() -
isInclusiveMin
public boolean isInclusiveMin() -
getMax
public double getMax() -
isInclusiveMax
public boolean isInclusiveMax() -
includes
public boolean includes(double v) -
inclusive
-
exclusive
-