Interface LegacyValidator<T>
- All Superinterfaces:
BiConsumer<T,,ValidationResults> Validator<T>
- All Known Implementing Classes:
DeprecatedValidator,ListValidator,PrefabWeights.WeightMapValidator,RequiredBlockFaceSupportValidator
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(T var1, ValidationResults var2) Deprecated, for removal: This API element is subject to removal in a future version.default voidupdateSchema(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
-
Method Details
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
acceptin interfaceBiConsumer<T,ValidationResults> - Specified by:
acceptin interfaceValidator<T>
-
updateSchema
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
updateSchemain interfaceValidator<T>
-