ValidateableRule

public interface ValidateableRule

A type of game rule which can validate an input. This can be used to enforce syntax or clamp values.

Functions

validate
Link copied to clipboard
abstract boolean validate(String value)
Validates if a rule can accept the input.

Inheritors

DoubleRule
Link copied to clipboard

Sources

jvm source
Link copied to clipboard