net.minecraft.network

public class VarLong

xn
net.minecraft.network.VarLong
net.minecraft.class_8704
net.minecraft.network.encoding.VarLongs
net.minecraft.network.VarLong

Field summary

Modifier and TypeField
private static final int
a
MAX_VARLONG_SIZE
field_45686
MAX_BYTES
private static final int
b
DATA_BITS_MASK
field_45687
DATA_BITS_MASK
private static final int
c
CONTINUATION_BIT_MASK
field_45688
MORE_BITS_MASK
private static final int
d
DATA_BITS_PER_BYTE
field_45689
DATA_BITS_PER_BYTE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static int
a(long arg0)
getByteSize(long arg0)
method_53019(long arg0)
getSizeInBytes(long l)
public static boolean
a(byte arg0)
hasContinuationBit(byte arg0)
method_53018(byte arg0)
shouldContinueRead(byte b)
public static long
a(io.netty.buffer.ByteBuf arg0)
read(io.netty.buffer.ByteBuf arg0)
method_53020(io.netty.buffer.ByteBuf arg0)
read(io.netty.buffer.ByteBuf buf)
public static io.netty.buffer.ByteBuf
a(io.netty.buffer.ByteBuf arg0, long arg1)
write(io.netty.buffer.ByteBuf arg0, long arg1)
method_53021(io.netty.buffer.ByteBuf arg0, long arg1)
write(io.netty.buffer.ByteBuf buf, long l)