Package-level declarations

Types

Link copied to clipboard
data class PlayerServerActivationEndEvent(val player: VoicePlayer, val activation: ServerActivation, val packet: PlayerAudioEndPacket, var result: ServerActivation.Result = ServerActivation.Result.IGNORED) : Event

Event-counterpart for ServerActivation.onPlayerActivationEnd. It's fired before ServerActivation.onPlayerActivationEnd is invoked.

Link copied to clipboard
data class PlayerServerActivationEvent(val player: VoicePlayer, val activation: ServerActivation, val packet: PlayerAudioPacket, var result: ServerActivation.Result = ServerActivation.Result.IGNORED) : Event

Event-counterpart for ServerActivation.onPlayerActivation. It's fired before ServerActivation.onPlayerActivation is invoked.

Link copied to clipboard
data class PlayerServerActivationStartEvent(val player: VoicePlayer, val activation: ServerActivation) : Event

Event-counterpart for ServerActivation.onPlayerActivationStart. It's fired before ServerActivation.onPlayerActivationStart is invoked.

Link copied to clipboard
This event is fired right before ServerActivation is registered.
Link copied to clipboard
This event is fired right before ServerActivation is unregistered.