Package-level declarations
Types
Link copied to clipboard
data class TcpPacketReceivedEvent(val player: VoicePlayer, val packet: Packet<*>) : EventCancellableBase
This event is fired once the server has received a packet from the player but has not yet handled it.
Link copied to clipboard
data class TcpPacketSendEvent(val player: VoicePlayer, val packet: Packet<*>) : EventCancellableBase
This event is fired when the server is about to send a Packet to the player.