HyCodeYourTale
classpublicPriority 3

IntSequenceValidator

com.hypixel.hytale.server.npc.asset.builder.validators.IntSequenceValidator

extends IntArrayValidator

3

Methods

3

Public Methods

5

Fields

1

Constructors

Constants

IntSequenceValidatorVALIDATOR_BETWEEN_01= new IntSequenceValidator( RelationalOperator.GreaterEqual, 0, RelationalOperator.LessEqual,...
IntSequenceValidatorVALIDATOR_BETWEEN_01_MONOTONIC= new IntSequenceValidator( RelationalOperator.GreaterEqual, 0, RelationalOperator.LessEqual,...
IntSequenceValidatorVALIDATOR_BETWEEN_01_WEAKLY_MONOTONIC= new IntSequenceValidator( RelationalOperator.GreaterEqual, 0, RelationalOperator.LessEqual,...

Constructors

private
IntSequenceValidator(RelationalOperator relationLower, int lower, RelationalOperator relationUpper, int upper, RelationalOperator relationSequence)

Methods

Public Methods (3)

public
String errorMessage(int[] value)
@Nonnull@Override
public
String errorMessage(int[] value, String name)
@Nonnull@Override
public
boolean test(int[] values)
@Override

Fields

Private/Package Fields (5)

privateint lower
privateRelationalOperator relationLower
privateRelationalOperator relationSequence
privateRelationalOperator relationUpper
privateint upper