Package net.minecraft.commands.arguments
Class SlotArgument
java.lang.Object
net.minecraft.commands.arguments.SlotArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Integer>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getSlot
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_111280_, String p_111281_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions
(com.mojang.brigadier.context.CommandContext<S> p_111288_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_111289_) parse
(com.mojang.brigadier.StringReader p_111278_) static SlotArgument
slot()
-
Field Details
-
EXAMPLES
-
ERROR_UNKNOWN_SLOT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_UNKNOWN_SLOT -
SLOTS
-
-
Constructor Details
-
SlotArgument
public SlotArgument()
-
-
Method Details
-
slot
-
getSlot
public static int getSlot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_111280_, String p_111281_) -
parse
public Integer parse(com.mojang.brigadier.StringReader p_111278_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listSuggestions
public <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_111288_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_111289_) - Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<Integer>
-