Package net.minecraft.commands.arguments
Class ScoreboardSlotArgument
java.lang.Object
net.minecraft.commands.arguments.ScoreboardSlotArgument
- All Implemented Interfaces:
- com.mojang.brigadier.arguments.ArgumentType<DisplaySlot>
public class ScoreboardSlotArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<DisplaySlot>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final Collection<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ScoreboardSlotArgumentstatic DisplaySlotgetDisplaySlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_109206_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_109207_) parse(com.mojang.brigadier.StringReader p_109198_) 
- 
Field Details- 
EXAMPLES
- 
ERROR_INVALID_VALUEpublic static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_INVALID_VALUE
 
- 
- 
Constructor Details- 
ScoreboardSlotArgumentprivate ScoreboardSlotArgument()
 
- 
- 
Method Details- 
displaySlot
- 
getDisplaySlotpublic static DisplaySlot getDisplaySlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_109200_, String p_109201_) 
- 
parsepublic DisplaySlot parse(com.mojang.brigadier.StringReader p_109198_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<DisplaySlot>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
listSuggestionspublic <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_109206_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_109207_) - Specified by:
- listSuggestionsin interface- com.mojang.brigadier.arguments.ArgumentType<DisplaySlot>
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<DisplaySlot>
 
 
-