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