Crate azalea_client
source ·Expand description
Significantly abstract azalea_protocol so it’s actually useable for
real clients. If you want to make bots, you should use the
azalea crate instead.
Modules
Ping Minecraft servers.
Structs
Something that can join Minecraft servers.
A player that you control that is currently in a Minecraft server.
A player in the tab list.
A map of plugin ids to Plugin trait objects. The client stores this so we
can keep the state for our plugins.
Enums
A chat packet, either a system message or a chat message.
Events are sent before they’re processed, so for example game ticks happen
at the beginning of a tick before anything has happened.
The directions that we can sprint in. It’s a subset of
WalkDirection.Traits
Plugins can keep their own personal state, listen to events, and add new functions to Client.