-
Notifications
You must be signed in to change notification settings - Fork 0
Types: Scoreboard
Grant Shotwell edited this page Jul 22, 2020
·
4 revisions
Represents the Minecraft scoreboard.
| 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. |