Uses of Class
org.bukkit.scoreboard.DisplaySlot
-
Packages that use DisplaySlot Package Description org.bukkit.scoreboard Interfaces used to manage the client side score display system. -
-
Uses of DisplaySlot in org.bukkit.scoreboard
Methods in org.bukkit.scoreboard that return DisplaySlot Modifier and Type Method Description @Nullable DisplaySlotObjective. getDisplaySlot()Gets the display slot this objective is displayed at.static DisplaySlotDisplaySlot. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplaySlot[]DisplaySlot. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.scoreboard with parameters of type DisplaySlot Modifier and Type Method Description voidScoreboard. clearSlot(@NotNull DisplaySlot slot)Clears any objective in the specified slot.@Nullable ObjectiveScoreboard. getObjective(@NotNull DisplaySlot slot)Gets the Objective currently displayed in a DisplaySlot on this ScoreboardvoidObjective. setDisplaySlot(@Nullable DisplaySlot slot)Sets this objective to display on the specified slot for the scoreboard, removing it from any other display slot.
-