public class RegistryEvent<T extends IForgeRegistryEntry<T>> extends GenericEvent<T> implements IContextSetter
Modifier and Type | Class and Description |
---|---|
static class |
RegistryEvent.MissingMappings<T extends IForgeRegistryEntry<T>> |
static class |
RegistryEvent.NewRegistry
Register new registries when you receive this event, through the
RecipeBuilder |
static class |
RegistryEvent.Register<T extends IForgeRegistryEntry<T>>
Register your objects for the appropriate registry type when you receive this event.
|
Event.HasResult, Event.Result
Constructor and Description |
---|
RegistryEvent(java.lang.Class<T> clazz) |
getGenericType
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setModContainer
RegistryEvent(java.lang.Class<T> clazz)