SettingsPacket

data class SettingsPacket(val locale: String, val viewDistance: Byte, val chatFlags: Int, val chatColors: Boolean, val skinParts: UByte, val mainHand: Int, val enableTextFiltering: Boolean, val enableServerListing: Boolean) : ServerBoundPacket

Client Information | 0x07 | play | serverbound

Parameters

locale

locale

viewDistance

viewDistance

chatFlags

chatFlags

chatColors

chatColors

skinParts

skinParts

mainHand

mainHand

enableTextFiltering

enableTextFiltering

enableServerListing

enableServerListing

See also

Constructors

Link copied to clipboard
constructor(locale: String, viewDistance: Byte, chatFlags: Int, chatColors: Boolean, skinParts: UByte, mainHand: Int, enableTextFiltering: Boolean, enableServerListing: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard