T - The catalog typepublic interface AdditionalCatalogRegistryModule<T extends CatalogType> extends CatalogRegistryModule<T>
CatalogRegistryModule that allows additional registration
after the initial registration of the default CatalogTypes.
The event GameRegistryEvent.Register will
be called for every AdditionalCatalogRegistryModule that is
registered for a specific CatalogType.| Modifier and Type | Method and Description |
|---|---|
void |
registerAdditionalCatalog(T extraCatalog)
Performs additional registration after initial registration of
the pertaining
CatalogType. |
getAll, getByIdregisterDefaultsvoid registerAdditionalCatalog(T extraCatalog)
CatalogType.extraCatalog - The extra catalog to register