Uses of Interface
com.craftmend.openaudiomc.api.events.Cancellable
Packages that use Cancellable
Package
Description
This package contains our internal event system, which is used to listen to events that are fired by the OpenAudioMc
Events provided by OA should be listened to through this system, not bukkit/spigot's event system because OA's events
are cross-platform and can be fired from the web interface as well.
This package contains all events that are related to the client, such as the client connecting, disconnecting, or changing settings.
-
Uses of Cancellable in com.craftmend.openaudiomc.api.events
Classes in com.craftmend.openaudiomc.api.events that implement CancellableModifier and TypeClassDescriptionclass
A cancellable client eventclass
Represents an event that can be cancelled -
Uses of Cancellable in com.craftmend.openaudiomc.api.events.client
Classes in com.craftmend.openaudiomc.api.events.client that implement CancellableModifier and TypeClassDescriptionclass
This event is called before a client session is authenticated.class
This event is called whenever a client enables voice chat.class
This event is called whenever a peer is being added to the client, and can be cancelled to prevent the peer from being added.