net.minecraft.registry

public interface RegistryValidator<T>

net.minecraft.resources.RegistryValidator
net.minecraft.resources.RegistryValidator
net.minecraft.class_1_103
net.minecraft.registry.RegistryValidator

Field summary

Modifier and TypeField
RegistryValidator<?>
NONE
NONE
field_1_989
PASSTHROUGH
RegistryValidator<?>
NON_EMPTY
NON_EMPTY
field_1_990
NON_EMPTY

Method summary

Modifier and TypeMethod
static <T> RegistryValidator<T>
none()
none()
method_1_907()
passthrough()
static <T> RegistryValidator<T>
nonEmpty()
nonEmpty()
method_1_906()
nonEmpty()
void
validate(Registry<T> registry, Map<ResourceKey<?>, Exception> loadingErrors)
validate(Registry<T> registry, Map<ResourceKey<?>, Exception> loadingErrors)
method_1_908(class_2378<T> arg0, Map<class_5321<?>, Exception> arg1)
validate(Registry<T> registry, Map<RegistryKey<?>, Exception> exceptionsOut)