Interface Registrar<T>
- Type Parameters:
T- Type of the registrar
- All Known Implementing Classes:
ForgeRegistrar
public interface Registrar<T>
Unstable API
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Registrar<T> Factory method to create a registrar for the given registry.<U extends T>
LazyRegistryReference<U> Register an entry with lazy initialization
-
Method Details
-
create
Factory method to create a registrar for the given registry. -
register
Register an entry with lazy initialization
-