Package-level declarations

Types

Link copied to clipboard
class MessagePrivate(val name: String, val message: String) : IncomingGameMessage

Message private events are sent when a player writes a private message to the target player. The server is responsible for looking up the target player and forwarding the message to them, if possible.

Link copied to clipboard
class MessagePublic : IncomingGameMessage

Message public events are sent when the player talks in public.