Class AnyBooleanValidator
java.lang.Object
com.hypixel.hytale.server.npc.asset.builder.validators.Validator
com.hypixel.hytale.server.npc.asset.builder.validators.AnyBooleanValidator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringerrorMessage(String[] attributes) static booleantest(boolean[] values) static AnyBooleanValidatorwithAttributes(String[] attributes) static AnyBooleanValidatorwithAttributes(String attribute1, String attribute2)
-
Field Details
-
attributes
-
-
Constructor Details
-
AnyBooleanValidator
-
-
Method Details
-
test
public static boolean test(@Nonnull boolean[] values) -
errorMessage
-
errorMessage
-
withAttributes
-
withAttributes
-