PlayerInfoCreateEvent

data class PlayerInfoCreateEvent(val player: VoicePlayer, var voicePlayerInfo: VoicePlayerInfo) : Event

This event is fires when VoicePlayer.createPlayerInfo is invoked.

This event can be used to change information about the player sent to the clients.

Constructors

Link copied to clipboard
constructor(player: VoicePlayer, voicePlayerInfo: VoicePlayerInfo)

Properties

Link copied to clipboard
Link copied to clipboard