Package ru.cwcode.commands.arguments
Class MultiBindedArgument
java.lang.Object
ru.cwcode.commands.Argument
ru.cwcode.commands.arguments.MultiBindedArgument
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(int... binds) completions(Sender sender) abstract Collection<String> completions(Sender sender, String[] binded) completions(Sender sender, List<String> written) booleanabstract booleanbooleanMethods inherited from class ru.cwcode.commands.Argument
argumentName, getTag, hint, invalidMessage, isOptional, map, newInstance, notNull, optional, optional, tag, toBoolean, toComponent, toDouble, toFloat, toInt, toReadableString, toString
-
Constructor Details
-
MultiBindedArgument
public MultiBindedArgument()
-
-
Method Details
-
valid
-
completions
- Specified by:
completionsin classArgument
-
bind
-
valid
-
completions
- Overrides:
completionsin classArgument
-
valid
-
completions
- Parameters:
sender- command senderbinded- binded values
-