Uses of Class
net.clementraynaud.skoice.common.api.events.SkoiceEventMinecraft
Packages that use SkoiceEventMinecraft
Package
Description
Core event types and base classes for the Skoice event system.
Events related to Discord-Minecraft account linking and unlinking.
Events related to player proximity voice chat connections.
-
Uses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.events
Subclasses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.eventsModifier and TypeClassDescriptionclassBase class for all Skoice events involving both a Minecraft player and a Discord user. -
Uses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.events.account
Subclasses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.events.accountModifier and TypeClassDescriptionclassCalled when a Minecraft account is linked to a Discord account through the Skoice in-game linking process.classCalled when a Minecraft account is unlinked from its Discord account through in-game or Discord commands. -
Uses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.events.player
Subclasses of SkoiceEventMinecraft in net.clementraynaud.skoice.common.api.events.playerModifier and TypeClassDescriptionclassCalled when a player connects to proximity chat.classCalled when a player disconnects from proximity chat.