Interface LegacyValidator<T>

All Superinterfaces:
BiConsumer<T,ValidationResults>, Validator<T>
All Known Implementing Classes:
DeprecatedValidator, ListValidator, PrefabWeights.WeightMapValidator, RequiredBlockFaceSupportValidator

@Deprecated(forRemoval=true) public interface LegacyValidator<T> extends Validator<T>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T var1, ValidationResults var2)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default void
    updateSchema(SchemaContext context, Schema target)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from interface java.util.function.BiConsumer

    andThen

    Methods inherited from interface com.hypixel.hytale.codec.validation.Validator

    late