habbokt
jvm
api
/
com.habbokt.api.packet
/
PacketAssembler
Packet
Assembler
abstract
class
PacketAssembler
<
out
P
:
Packet
>
(
val
id
:
Int
,
val
body
:
ByteBuffer
.
(
@
UnsafeVariance
P
)
->
Unit
)
Author
Jordan Abraham
Members
Constructors
Packet
Assembler
Link copied to clipboard
constructor
(
id
:
Int
,
body
:
ByteBuffer
.
(
@
UnsafeVariance
P
)
->
Unit
)
Properties
body
Link copied to clipboard
val
body
:
ByteBuffer
.
(
@
UnsafeVariance
P
)
->
Unit
id
Link copied to clipboard
val
id
:
Int