Uses of Enum Class
dev.jorel.commandapi.wrappers.ScoreboardSlot
Packages that use ScoreboardSlot
Package
Description
Classes that access the NMS framework
-
Uses of ScoreboardSlot in dev.jorel.commandapi.arguments
Subclasses with type arguments of type ScoreboardSlot in dev.jorel.commandapi.argumentsModifier and TypeClassDescriptionclassAn argument that represents the Bukkit ScoreboardSlot objectclassAn argument that represents the Bukkit ScoreboardSlot objectMethods in dev.jorel.commandapi.arguments that return ScoreboardSlotModifier and TypeMethodDescription<CommandSourceStack>
ScoreboardSlotScoreboardSlotArgument.parseArgument(com.mojang.brigadier.context.CommandContext<CommandSourceStack> cmdCtx, String key, CommandArguments previousArgs) Methods in dev.jorel.commandapi.arguments that return types with arguments of type ScoreboardSlot -
Uses of ScoreboardSlot in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return ScoreboardSlotModifier and TypeMethodDescriptionNMS.getScoreboardSlot(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key) -
Uses of ScoreboardSlot in dev.jorel.commandapi.wrappers
Subclasses with type arguments of type ScoreboardSlot in dev.jorel.commandapi.wrappersModifier and TypeClassDescriptionenumA representation of scoreboard display slots, as well as team colors for the sidebarMethods in dev.jorel.commandapi.wrappers that return ScoreboardSlotModifier and TypeMethodDescriptionstatic ScoreboardSlotScoreboardSlot.of(org.bukkit.scoreboard.DisplaySlot slot) Constructs a ScoreboardSlot from a DisplaySlotstatic ScoreboardSlotScoreboardSlot.ofMinecraft(int i) Determines the scoreboard slot value based on an internal Minecraft integerstatic ScoreboardSlotScoreboardSlot.ofTeamColor(org.bukkit.ChatColor color) Constructs a ScoreboardSlot from a ChatColorstatic ScoreboardSlotReturns the enum constant of this class with the specified name.static ScoreboardSlot[]ScoreboardSlot.values()Returns an array containing the constants of this enum class, in the order they are declared.