ScoreboardScorePacket

data class ScoreboardScorePacket(val itemName: String, val action: Int, val scoreName: String, val value: Int?) : ClientBoundPacket

Update Score | 0x57 | play | clientbound

Parameters

itemName

itemName

action

action

scoreName

scoreName

value

value

See also

Constructors

Link copied to clipboard
constructor(itemName: String, action: Int, scoreName: String, value: Int?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val action: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int?