Uses of Class
com.craftmend.openaudiomc.api.events.ClientEvent
Packages that use ClientEvent
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 ClientEvent in com.craftmend.openaudiomc.api.events
Subclasses of ClientEvent in com.craftmend.openaudiomc.api.events -
Uses of ClientEvent in com.craftmend.openaudiomc.api.events.client
Subclasses of ClientEvent in com.craftmend.openaudiomc.api.events.clientModifier and TypeClassDescriptionclass
This event is called whenever a client is successfully connected, or a player switched to this server with the web client openclass
This event is called whenever a client is successfully disconnected, or a player switched to this server with the web client closedclass
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.class
This event is called whenever a peer is being removed from the clientclass
This event is called whenever a media source fails to load or play for the web clientclass
This event is called whenever a player explicitly mutes their microphoneclass
This event is called whenever a player explicitly unmutes their microphone or joins voice chatclass
This event is called whenever a player explicitly deafens their audioclass
This event is called whenever a client is ready to use voicechatclass
This event is called whenever a player explicitly undeafens their audio