Skip to content

Types: Scoreboard

Grant Shotwell edited this page Jul 22, 2020 · 4 revisions

Scoreboard

Represents the Minecraft scoreboard.

Defined Methods

Method Overflow Return Value Description
GetScore(selector selection, objective from) int Copies the selected score.
SetScore(selector targets, objective storage, int from) void Sets the selected score to the given value.
SetScore(selector targets, objective storage, selector selection, objective from) void Copies one score to another.
SetDisplay(string display) void Sets the scoreboard display to nothing.
SetDisplay(string display, objective target) void Sets the scoreboard display to the given objective.

Clone this wiki locally