logo
Expand description

Connections to the server after logging in.

Re-exports

pub use crate::protocol::packets::c2s::play::ChatMode;
pub use crate::protocol::packets::c2s::play::DisplayedSkinParts;
pub use crate::protocol::packets::c2s::play::Hand;
pub use crate::protocol::packets::c2s::play::MainHand;
pub use crate::protocol::packets::s2c::play::GameMode;
pub use crate::protocol::packets::s2c::play::TitleFade;

Structs

Represents a remote connection to a client after successfully logging in.

An identifier for a Client on the server.

A container for all Clients on a Server.

Enums

Represents an action performed by a client.

Attribute Macros