HyCodeYourTale
classpublicPriority 3

RangeDouble

com.hypixel.hytale.builtin.hytalegenerator.delimiters.RangeDouble

3

Methods

3

Public Methods

2

Fields

1

Constructors

Constructors

public
RangeDouble(double minInclusive, double maxExclusive)

Methods

Public Methods (3)

public
boolean contains(double value)
public
double max()
public
double min()

Fields

Private/Package Fields (2)

privatedouble maxExclusive
privatedouble minInclusive