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
(@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) Scoreboard.registerNewObjective
(@NotNull String name, @NotNull String criteria, @NotNull String displayName, @NotNull RenderType renderType) Scoreboard.registerNewObjective
(@NotNull String name, @NotNull String criteria, @Nullable Component displayName) Scoreboard.registerNewObjective
(@NotNull String name, @NotNull String criteria, @Nullable Component displayName, @NotNull RenderType renderType) Scoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @NotNull String displayName) Deprecated.Scoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @NotNull String displayName, @NotNull RenderType renderType) Deprecated.Scoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @Nullable Component displayName) Registers an Objective on this ScoreboardScoreboard.registerNewObjective
(@NotNull String name, @NotNull Criteria criteria, @Nullable Component displayName, @NotNull RenderType renderType) Registers an Objective on this ScoreboardModifier and TypeMethodDescriptionScoreboard.getObjectives()
Gets all Objectives on this ScoreboardScoreboard.getObjectivesByCriteria
(@NotNull String criteria) Deprecated.Scoreboard.getObjectivesByCriteria
(@NotNull Criteria criteria) Gets all Objectives of a Criteria on the Scoreboard