Interface | Description |
---|---|
Cancellable |
Represents an event that can be cancelled.
|
Event |
An event called within Sponge.
|
EventListener<T extends Event> |
Represents a listener accepting
Event s of a specified type. |
GameEvent |
Base event for all events within the
Game . |
TristateResult |
Used for events that require a tri-state
TristateResult.Result . |
Class | Description |
---|---|
SpongeEventFactory | |
SpongeEventFactoryUtils |
A class to hold the logic for
SpongeEventFactory |
Enum | Description |
---|---|
Order |
Order that
Listener d methods may be registered at. |
TristateResult.Result |
Annotation Type | Description |
---|---|
Listener |
Used to annotate a method as an
EventListener . |