HyCodeYourTale
classpublicPriority 3

IntRangeBoundValidator

com.hypixel.hytale.math.range.IntRangeBoundValidator

implements Validator

2

Methods

2

Public Methods

4

Fields

1

Constructors

Constructors

private
IntRangeBoundValidator(Integer min, Integer max, boolean inclusive, boolean lowerBound)

Methods

Public Methods (2)

public
void accept(IntRange intRange, ValidationResults results)
public
void updateSchema(SchemaContext context, Schema target)
@Override

Fields

Private/Package Fields (4)

privateboolean inclusive
privateboolean lowerBound
privateInteger max
privateInteger min

Related Classes