Class TestTypeArgument

java.lang.Object
net.minecraft.test.TestTypeArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<String>

public class TestTypeArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<String>
  • Field Details

  • Constructor Details

    • TestTypeArgument

      public TestTypeArgument()
  • Method Details

    • parse

      public String parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<String>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • testClassName

      public static TestTypeArgument testClassName()
    • getTestClassName

      public static String getTestClassName(com.mojang.brigadier.context.CommandContext<CommandSource> p_229612_0_, String p_229612_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<String>
    • getExamples

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