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 . |
init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCatalogType, getRegistryModule
getGenericType
getCause, getContext, getSource
public void register(T catalogType)
GameRegistryEvent.Register
CatalogType
.register
in interface GameRegistryEvent.Register<T extends CatalogType>
catalogType
- The catalog type