Class ArgumentStringArray
java.lang.Object
net.minestom.server.command.builder.arguments.Argument<String[]>
net.minestom.server.command.builder.arguments.ArgumentStringArray
-
Field Summary
Fields inherited from class Argument
allowSpace, suggestionType, useRemaining -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte @Nullable []String[]parse(CommandSender sender, String input) Parses the given input, and throw anArgumentSyntaxExceptionif the input cannot be converted toTparser()toString()Methods inherited from class Argument
allowSpace, equals, filter, getCallback, getDefaultValue, getId, getSuggestionCallback, hasErrorCallback, hashCode, hasSuggestion, isOptional, map, map, parse, setCallback, setDefaultValue, setDefaultValue, setDefaultValue, setSuggestionCallback, suggestionType, useRemaining
-
Constructor Details
-
ArgumentStringArray
-
-
Method Details
-
parse
Description copied from class:ArgumentParses the given input, and throw anArgumentSyntaxExceptionif the input cannot be converted toT -
parser
-
nodeProperties
- Overrides:
nodePropertiesin classArgument<String[]>
-
toString
-