Uses of Interface
org.bukkit.scoreboard.Objective
| Package | Description |
|---|---|
| org.bukkit.scoreboard |
Interfaces used to manage the client side score display system.
|
-
Uses of Objective in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return Objective Modifier and Type Method Description ObjectiveScore. getObjective()Gets the Objective being tracked by this ScoreObjectiveScoreboard. getObjective(java.lang.String name)Gets an Objective on this Scoreboard by nameObjectiveScoreboard. getObjective(DisplaySlot slot)Gets the Objective currently displayed in a DisplaySlot on this ScoreboardObjectiveScoreboard. registerNewObjective(java.lang.String name, java.lang.String criteria)Registers an Objective on this ScoreboardMethods in org.bukkit.scoreboard that return types with arguments of type Objective Modifier and Type Method Description java.util.Set<Objective>Scoreboard. getObjectives()Gets all Objectives on this Scoreboardjava.util.Set<Objective>Scoreboard. getObjectivesByCriteria(java.lang.String criteria)Gets all Objectives of a Criteria on the Scoreboard