[][src]Module mchprs::server

Structs

MinecraftServer

This represents a minecraft server

PlayerJoinInfo

This is the data that gets sent in the PlayerJoinedInfo broadcast message. It contains imformation such as the player's username, uuid, and skin.

Enums

BroadcastMessage

BroadcastMessage gets broadcasted from the server thread to all the plot threads. This happens when there is a chat message, a player joins or leaves, or the server shuts down.

Message

Message gets send from a plot thread to the server thread.

PrivMessage

PrivMessage gets send from the server thread directly to a plot thread. This only happens when a player is getting transfered to a plot.