| Method and Description |
|---|
| net.raphimc.netminecraft.packet.PacketByteBuf.order()
use the Little Endian accessors, e.g.
getShortLE, getIntLE
instead of creating a buffer with swapped endianness. |
| net.raphimc.netminecraft.packet.PacketByteBuf.order(ByteOrder)
use the Little Endian accessors, e.g.
getShortLE, getIntLE
instead of creating a buffer with swapped endianness. |