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 Objective
Score. getObjective()
Gets the Objective being tracked by this ScoreObjective
Scoreboard. getObjective(String name)
Gets an Objective on this Scoreboard by nameObjective
Scoreboard. getObjective(DisplaySlot slot)
Gets the Objective currently displayed in a DisplaySlot on this ScoreboardObjective
Scoreboard. registerNewObjective(String name, String criteria)
Deprecated.a displayName should be explicitly specifiedObjective
Scoreboard. registerNewObjective(String name, String criteria, String displayName)
Registers an Objective on this ScoreboardObjective
Scoreboard. registerNewObjective(String name, String criteria, String displayName, RenderType renderType)
Registers an Objective on this ScoreboardMethods in org.bukkit.scoreboard that return types with arguments of type Objective Modifier and Type Method Description Set<Objective>
Scoreboard. getObjectives()
Gets all Objectives on this ScoreboardSet<Objective>
Scoreboard. getObjectivesByCriteria(String criteria)
Gets all Objectives of a Criteria on the Scoreboard