Class 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()  
    • Field Detail

      • EXAMPLES

        private static final java.util.Collection<java.lang.String> EXAMPLES
    • Constructor Detail

      • TestArgArgument

        public TestArgArgument()
    • Method Detail

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

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