Package | Description |
---|---|
net.minecraftforge.event | |
net.minecraftforge.fml.common.eventhandler |
Modifier and Type | Class and Description |
---|---|
class |
AttachCapabilitiesEvent<T>
Fired whenever an object with Capabilities support {currently TileEntity/Item/Entity)
is created.
|
class |
RegistryEvent<T extends IForgeRegistryEntry<T>>
RegistryEvent supertype.
|
static class |
RegistryEvent.MissingMappings<T extends IForgeRegistryEntry<T>> |
static class |
RegistryEvent.Register<T extends IForgeRegistryEntry<T>>
Register your objects for the appropriate registry type when you receive this event.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericEvent<T> |