Package net.minecraft.test
Class TestArgArgument
- java.lang.Object
-
- net.minecraft.test.TestArgArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
public class TestArgArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Collection<java.lang.String>
EXAMPLES
-
Constructor Summary
Constructors Constructor Description TestArgArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getExamples()
static TestFunctionInfo
getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, java.lang.String p_229666_1_)
<S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
TestFunctionInfo
parse(com.mojang.brigadier.StringReader p_parse_1_)
static TestArgArgument
testFunctionArgument()
-
-
-
Method Detail
-
parse
public TestFunctionInfo parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
testFunctionArgument
public static TestArgArgument testFunctionArgument()
-
getTestFunction
public static TestFunctionInfo getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, java.lang.String p_229666_1_)
-
listSuggestions
public <S> java.util.concurrent.CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_)
- Specified by:
listSuggestions
in interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
-
-