Changes
From Forge Community Wiki
95 bytes added
, 11:07, 14 February 2021
Line 124: |
Line 124: |
| *** <code>FMLServerStoppingEvent</code> | | *** <code>FMLServerStoppingEvent</code> |
| *** <code>FMLServerStoppedEvent</code> | | *** <code>FMLServerStoppedEvent</code> |
− | ** <code>RegistryEvent.NewRegistry</code>
| |
| ** <code>GuiContainerEvent</code> | | ** <code>GuiContainerEvent</code> |
| *** <code>GuiContainerEvent.DrawForeground</code> | | *** <code>GuiContainerEvent.DrawForeground</code> |
Line 249: |
Line 248: |
| *** <code>ChunkWatchEvent.UnWatch</code> | | *** <code>ChunkWatchEvent.UnWatch</code> |
| *** <code>ChunkWatchEvent.Watch</code> | | *** <code>ChunkWatchEvent.Watch</code> |
| + | ** <code>GenericEvent</code> - (from EventBus) ''the superclass for events with generic types'' |
| + | *** <code>AttachCapabilitiesEvent</code> |
| {{Tree list/end}} | | {{Tree list/end}} |