Uses of Interface
org.bukkit.scoreboard.Objective
Packages that use Objective
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of Objective in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return ObjectiveModifier and TypeMethodDescriptionScore.getObjective()Gets the Objective being tracked by this ScoreScoreboard.getObjective(@NotNull String name)Gets an Objective on this Scoreboard by nameScoreboard.getObjective(@NotNull DisplaySlot slot)Gets the Objective currently displayed in a DisplaySlot on this ScoreboardScoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria)Deprecated.a displayName should be explicitly specifiedScoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @NotNull String displayName)Deprecated.Scoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, @NotNull String displayName, @NotNull RenderType renderType)Deprecated.Scoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, Component displayName)Registers an Objective on this ScoreboardScoreboard.registerNewObjective(@NotNull String name, @NotNull String criteria, Component displayName, @NotNull RenderType renderType)Registers an Objective on this ScoreboardMethods in org.bukkit.scoreboard that return types with arguments of type ObjectiveModifier and TypeMethodDescriptionScoreboard.getObjectives()Gets all Objectives on this ScoreboardScoreboard.getObjectivesByCriteria(@NotNull String criteria)Gets all Objectives of a Criteria on the Scoreboard