| Interface | Description |
|---|---|
| EventBus.EventListener<T extends Event> |
| Class | Description |
|---|---|
| CancellableEvent |
Base class for cancellable events.
|
| Event |
Base type for all SDK events.
|
| EventBus |
Simple Forge/Fabric-like event bus for NilLoaderSDK.
|
| Enum | Description |
|---|---|
| EventPriority |
Listener priority ordering.
|
| Annotation Type | Description |
|---|---|
| SubscribeEvent |
Marks an event listener method for automatic registration via EventBus.register(Object).
|