Uses of Class
dev.jorel.commandapi.wrappers.ScoreboardSlot
Packages that use ScoreboardSlot
Package
Description
Classes to be used as arguments for commands
Classes that access the NMS framework
Classes that are wrappers for various vanilla-related command features
-
Uses of ScoreboardSlot in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return ScoreboardSlotModifier and TypeMethodDescription<CommandListenerWrapper>
ScoreboardSlotScoreboardSlotArgument.parseArgument(NMS<CommandListenerWrapper> nms, com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, Object[] 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
Methods in dev.jorel.commandapi.wrappers that return ScoreboardSlotModifier and TypeMethodDescriptionstatic ScoreboardSlotScoreboardSlot.of(org.bukkit.scoreboard.DisplaySlot slot) Constructs a ScoreboardSlot from a DisplaySlotstatic ScoreboardSlotScoreboardSlot.ofTeamColor(org.bukkit.ChatColor color) Constructs a ScoreboardSlot from a ChatColor