[][src]Trait mcio::packet::Packet

pub trait Packet {
    fn get_id(&self) -> i32;
}

Represents a Minecraft packet

Required methods

fn get_id(&self) -> i32

Loading content...

Implementors

impl Packet for Handshake[src]

impl Packet for Ping[src]

impl Packet for Request[src]

impl Packet for Response[src]

Loading content...