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