ServerDataPacket

data class ServerDataPacket(val hasMotd: Boolean, val motd: String?, val hasIcon: Boolean, val icon: String?, val enforcesSecureChat: Boolean) : ClientBoundPacket

Server Data | 0x41 | play | clientbound

Parameters

hasMotd

motd is present

motd

motd

hasIcon

icon is present

icon

icon

enforcesSecureChat

enforcesSecureChat

See also

Constructors

Link copied to clipboard
constructor(hasMotd: Boolean, motd: String?, hasIcon: Boolean, icon: String?, enforcesSecureChat: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val icon: String?
Link copied to clipboard
val motd: String?