T - The catalog typepublic abstract class AbstractGameRegistryRegisterEvent<T extends CatalogType> extends AbstractEvent implements GameRegistryEvent.Register<T>
GameRegistryEvent.Register events.GameRegistryEvent.Register<T extends CatalogType>currentOrder| Constructor and Description |
|---|
AbstractGameRegistryRegisterEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(T catalogType)
Registers the
CatalogType. |
initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCatalogType, getRegistryModulegetGenericTypegetCause, getContext, getSourcepublic void register(T catalogType)
GameRegistryEvent.RegisterCatalogType.register in interface GameRegistryEvent.Register<T extends CatalogType>catalogType - The catalog type