Class DeprecatedValidator<T>
java.lang.Object
com.hypixel.hytale.codec.validation.validator.DeprecatedValidator<T>
- All Implemented Interfaces:
LegacyValidator<T>,Validator<T>,BiConsumer<T,ValidationResults>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThenMethods inherited from interface com.hypixel.hytale.codec.validation.LegacyValidator
updateSchema
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DeprecatedValidator
private DeprecatedValidator()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<T,ValidationResults> - Specified by:
acceptin interfaceLegacyValidator<T>- Specified by:
acceptin interfaceValidator<T>
-