Uses of Enum Class
org.bukkit.scoreboard.DisplaySlot
Packages that use DisplaySlot
Package
Description
Arguments.
Interfaces used to manage the client side score display system.
-
Uses of DisplaySlot in io.papermc.paper.command.brigadier.argument
Methods in io.papermc.paper.command.brigadier.argument that return types with arguments of type DisplaySlotModifier and TypeMethodDescriptionstatic com.mojang.brigadier.arguments.ArgumentType
<DisplaySlot> ArgumentTypes.scoreboardDisplaySlot()
A scoreboard display slot argument. -
Uses of DisplaySlot in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier with type parameters of type DisplaySlotModifier and TypeFieldDescriptionstatic final SimpleArgument
<DisplaySlot> Arguments.SCOREBOARD_SLOT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "sidebar", "sidebar.team.light_purple"Methods in moe.caramel.daydream.brigadier that return DisplaySlotModifier and TypeMethodDescriptionstatic DisplaySlot
Resolvers.scoreboardDisplaySlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 스코어보드 슬롯을 해석합니다. -
Uses of DisplaySlot in moe.caramel.daydream.packet
Methods in moe.caramel.daydream.packet with parameters of type DisplaySlotModifier and TypeMethodDescriptionSetDisplayObjectivePacket.create
(DisplaySlot slot, @Nullable String scoreName) 패킷을 생성합니다.default SetDisplayObjectivePacket
SetDisplayObjectivePacket.create
(DisplaySlot slot, Objective objective) 패킷을 생성합니다. -
Uses of DisplaySlot in org.bukkit.scoreboard
Fields in org.bukkit.scoreboard with type parameters of type DisplaySlotMethods in org.bukkit.scoreboard that return DisplaySlotModifier and TypeMethodDescription@Nullable DisplaySlot
Objective.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.Methods in org.bukkit.scoreboard with parameters of type DisplaySlotModifier and TypeMethodDescriptionvoid
Scoreboard.clearSlot
(@NotNull DisplaySlot slot) Clears any objective in the specified slot.@Nullable Objective
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.