public class BufferHelper
extends java.lang.Object
Constructor and Description |
---|
BufferHelper() |
Modifier and Type | Method and Description |
---|---|
static int |
readVarInt(net.minecraft.network.PacketBuffer buf,
int maxSize) |
static int |
varIntByteCount(int toCount) |
static void |
writeVarInt(io.netty.buffer.ByteBuf to,
int toWrite,
int maxSize) |