PacketAssembler

abstract class PacketAssembler<out P : Packet>(val id: Int, val body: ByteBuffer.(@UnsafeVariance P) -> Unit)

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(id: Int, body: ByteBuffer.(@UnsafeVariance P) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int