Interface RegistryBuilderFactory<T,B extends RegistryBuilder<T>>

Type Parameters:
T - The type of the registry
B - The type of the registry builder

@NullMarked @Experimental @NonExtendable public interface RegistryBuilderFactory<T,B extends RegistryBuilder<T>>
A factory to create a RegistryBuilder for a given TypedKey. For each instance of this class, once either empty() or copyFrom(TypedKey) is called once, any future calls to either method will throw an IllegalStateException.