minecraft-net 0.2.0

A library allowing easier communication via the minecraft protocol
Documentation
1
2
3
4
5
use minecraft_net_proc::Packet;

Packet!(ChunkBatchFinished, 0x0C, {
    batch_size: VarInt,
});