packetlib
SNAPSHOT
jvm
packetlib
/
io.layercraft.packetlib.types
/
MinecraftVarLongUtils
Minecraft
Var
Long
Utils
object
MinecraftVarLongUtils
Members
Functions
read
Var
Long
Link copied to clipboard
fun
readVarLong
(
input
:
MCProtocolDeserializer
<
*
>
)
:
Long
var
Long
Bytes
Count
Link copied to clipboard
fun
varLongBytesCount
(
value
:
Long
)
:
Int
write
Var
Long
Link copied to clipboard
fun
writeVarLong
(
value
:
Long
,
output
:
MCProtocolSerializer
<
*
>
)