CustomPayloadPacket

data class CustomPayloadPacket(val channel: String, val data: ByteArray) : ServerBoundPacket

Plugin Message | 0x0c | play | serverbound

Parameters

channel

channel

data

data

See also

Constructors

Link copied to clipboard
constructor(channel: String, data: ByteArray)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard