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 Object
implements com.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic TestFunctionInfogetTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, String p_229666_1_) <S> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>listSuggestions(com.mojang.brigadier.context.CommandContext<S> p_listSuggestions_1_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_listSuggestions_2_) parse(com.mojang.brigadier.StringReader p_parse_1_) static TestArgArgument 
- 
Field Details
- 
EXAMPLES
 
 - 
 - 
Constructor Details
- 
TestArgArgument
public TestArgArgument() 
 - 
 - 
Method Details
- 
parse
public TestFunctionInfo parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
 parsein interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 - 
testFunctionArgument
 - 
getTestFunction
public static TestFunctionInfo getTestFunction(com.mojang.brigadier.context.CommandContext<CommandSource> p_229666_0_, String p_229666_1_)  - 
listSuggestions
public <S> 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:
 listSuggestionsin interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
 - 
getExamples
- Specified by:
 getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
 
 -