Player Server Activation Event
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.
Constructors
Link copied to clipboard
constructor(player: VoicePlayer, activation: ServerActivation, packet: PlayerAudioPacket, result: ServerActivation.Result = ServerActivation.Result.IGNORED)