mclib 0.0.1

Utils and helpers for Minecraft protocol
Documentation
1
2
3
4
5
6
7
8
use crate::packets::base::MCPacket;
use crate::types::base::MCType;
use crate::types::varint::MCVarInt;
use mclib_macros::MCPacket;

#[derive(MCPacket, Debug, Clone)]
#[packet(packet_id = 0x03)]
pub struct LoginAcknowledged {}