Uses of Interface
org.bukkit.scoreboard.Scoreboard
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Interfaces used to manage the client side score display system.
-
Uses of Scoreboard in org.bukkit.entity
Modifier and TypeMethodDescriptionPlayer.getScoreboard()
Gets the Scoreboard displayed to this playerModifier and TypeMethodDescriptionvoid
Player.setScoreboard
(@NotNull Scoreboard scoreboard) Sets the player's visible Scoreboard. -
Uses of Scoreboard in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionScoreboardManager.getMainScoreboard()
Gets the primary Scoreboard controlled by the server.ScoreboardManager.getNewScoreboard()
Gets a new Scoreboard to be tracked by the server.Objective.getScoreboard()
Gets the scoreboard to which this objective is attached.Score.getScoreboard()
Gets the scoreboard for the associated objective.Team.getScoreboard()
Gets the Scoreboard to which this team is attached