Class UnquotedStringArgumentType

  • All Implemented Interfaces:
    com.mojang.brigadier.arguments.ArgumentType

    
    public class UnquotedStringArgumentType
     implements ArgumentType<T>
                        

    字符串参数类型

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static UnquotedStringArgumentType string()
      static String getUnquotedString(@NonNull() CommandContext<CommandSender> context, @NonNull() String name)
      String parse(@NonNull() StringReader reader)
      Collection<String> getExamples()
      • Methods inherited from class com.mojang.brigadier.arguments.ArgumentType

        listSuggestions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait