Class IntegerArg
java.lang.Object
ru.cwcode.commands.Argument
ru.cwcode.commands.arguments.basic.IntegerArg
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionНазвание аргумента в хелпеcompletions(Sender sender) protected Stringhint()Подсказка при наведении на аргумент в авто-хелпеmap()setMax(int max) setMin(int min) setPlaceholder(String placeholder) setStyle(CompletionStyle style) booleanMethods inherited from class ru.cwcode.commands.Argument
completions, getTag, invalidMessage, isOptional, newInstance, notNull, optional, optional, tag, toBoolean, toComponent, toDouble, toFloat, toInt, toReadableString, toString, valid
-
Constructor Details
-
IntegerArg
public IntegerArg() -
IntegerArg
-
-
Method Details
-
setMin
-
setMax
-
setStyle
-
setPlaceholder
-
valid
-
completions
- Specified by:
completionsin classArgument
-
argumentName
Description copied from class:ArgumentНазвание аргумента в хелпе- Specified by:
argumentNamein classArgument
-
map
-
hint
Description copied from class:ArgumentПодсказка при наведении на аргумент в авто-хелпе
-