AbilitiesPacket

data class AbilitiesPacket(val flags: Byte) : ServerBoundPacket

Player Abilities | 0x1b | play | serverbound

Parameters

flags

flags

See also

Constructors

Link copied to clipboard
constructor(flags: Byte)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val flags: Byte