ScoreboardObjectivePacket

data class ScoreboardObjectivePacket(val name: String, val action: Byte, val displayText: String?, val type: Int?) : ClientBoundPacket

Update Objectives | 0x54 | play | clientbound

Parameters

name

name

action

action

displayText

displayText

type

type

See also

Constructors

Link copied to clipboard
constructor(name: String, action: Byte, displayText: String?, type: Int?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int?