Uses of Enum Class
org.bukkit.scoreboard.DisplaySlot
Package
Description
Interfaces used to manage the client side score display system.
-
Uses of DisplaySlot in io.papermc.paper.command.brigadier.argument
Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.arguments.ArgumentType
<DisplaySlot> ArgumentTypes.scoreboardDisplaySlot()
A scoreboard display slot argument. -
Uses of DisplaySlot in org.bukkit.scoreboard
Modifier and TypeMethodDescriptionObjective.getDisplaySlot()
Gets the display slot this objective is displayed at.static DisplaySlot
Returns the enum constant of this class with the specified name.static DisplaySlot[]
DisplaySlot.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Scoreboard.clearSlot
(@NotNull DisplaySlot slot) Clears any objective in the specified slot.Scoreboard.getObjective
(@NotNull DisplaySlot slot) Gets the Objective currently displayed in a DisplaySlot on this Scoreboardvoid
Objective.setDisplaySlot
(@Nullable DisplaySlot slot) Sets this objective to display on the specified slot for the scoreboard, removing it from any other display slot.