ConfigPacket

Constructors

Link copied to clipboard
constructor(@NotNull serverId: @NotNull UUID, @NotNull captureInfo: @NotNull CaptureInfo, @Nullable encryption: @Nullable EncryptionInfo, @NotNull sourceLines: @NotNull Set<VoiceSourceLine>, @NotNull activations: @NotNull Set<VoiceActivation>, @NotNull permissions: @NotNull Map<String, Boolean>)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun handle(handler: T)
open fun handle(handler: ClientPacketTcpHandler)
Link copied to clipboard
open fun read(in: ByteArrayDataInput)
Link copied to clipboard
open fun write(out: ByteArrayDataOutput)