Package com.craftmend.openaudiomc.api.events.client
package com.craftmend.openaudiomc.api.events.client
This package contains all events that are related to the client, such as the client connecting, disconnecting, or changing settings.
Events which implement
Cancellable
can be cancelled, which will prevent the action from being applied.-
ClassDescriptionThis event is called before a client session is authenticated.This event is called whenever a client is successfully connected, or a player switched to this server with the web client openThis event is called whenever a client is successfully disconnected, or a player switched to this server with the web client closedThis event is called whenever a client enables voice chat.This event is called whenever a peer is being added to the client, and can be cancelled to prevent the peer from being added.This event is called whenever a peer is being removed from the clientThis event is called whenever a media source fails to load or play for the web clientThis event is called whenever a player explicitly mutes their microphoneThis event is called whenever a player explicitly unmutes their microphone or joins voice chatThis event is called whenever the plugin is reloadedThis event is called whenever a player explicitly deafens their audioThis event is called whenever the voicechat system ticked, this is useful for things like comparing changes in peer states after updates were processedThis event is called whenever a client is ready to use voicechatThis event is called whenever a player explicitly undeafens their audio