Uses of Interface
org.bukkit.scoreboard.Objective
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of Objective in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionScore.getObjective()
Gets the Objective being tracked by this ScoreScoreboard.getObjective
(String name) Gets an Objective on this Scoreboard by nameScoreboard.getObjective
(DisplaySlot slot) Gets the Objective currently displayed in a DisplaySlot on this ScoreboardScoreboard.registerNewObjective
(String name, String criteria) Deprecated.a displayName should be explicitly specifiedScoreboard.registerNewObjective
(String name, String criteria, String displayName) Deprecated.Scoreboard.registerNewObjective
(String name, String criteria, String displayName, RenderType renderType) Scoreboard.registerNewObjective
(String name, Criteria criteria, String displayName) Registers an Objective on this ScoreboardScoreboard.registerNewObjective
(String name, Criteria criteria, String displayName, RenderType renderType) Registers an Objective on this ScoreboardModifier and TypeMethodDescriptionScoreboard.getObjectives()
Gets all Objectives on this ScoreboardScoreboard.getObjectivesByCriteria
(String criteria) Deprecated.Scoreboard.getObjectivesByCriteria
(Criteria criteria) Gets all Objectives of a Criteria on the Scoreboard