Package | Description |
---|---|
org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
Modifier and Type | Method | Description |
---|---|---|
Objective |
Score.getObjective() |
Gets the Objective being tracked by this Score
|
Objective |
Scoreboard.getObjective(java.lang.String name) |
Gets an Objective on this Scoreboard by name
|
Objective |
Scoreboard.getObjective(DisplaySlot slot) |
Gets the Objective currently displayed in a DisplaySlot on this
Scoreboard
|
Objective |
Scoreboard.registerNewObjective(java.lang.String name,
java.lang.String criteria) |
Registers an Objective on this Scoreboard
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<Objective> |
Scoreboard.getObjectives() |
Gets all Objectives on this Scoreboard
|
java.util.Set<Objective> |
Scoreboard.getObjectivesByCriteria(java.lang.String criteria) |
Gets all Objectives of a Criteria on the Scoreboard
|
Copyright © 2018. All rights reserved.