Interface SkoiceEvent
- All Known Implementing Classes:
AccountLinkEvent, AccountUnlinkEvent, PlayerProximityConnectEvent, PlayerProximityDisconnectEvent, SkoiceEventLink, SkoiceEventMinecraft, SystemInterruptionEvent, SystemReadyEvent
public interface SkoiceEvent
Base marker interface for all Skoice events.
All events fired by Skoice implement this interface. You can subscribe to
any event type through the EventBus.
Event Types
Skoice provides several categories of events:
- Player Events: Events related to player proximity chat connections
- Account Events: Events related to Discord-Minecraft account linking
- System Events: Events related to Skoice system state
- See Also: