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 Details

  • 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:
      parse in interface com.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_, 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:
      listSuggestions in interface com.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<TestFunctionInfo>