Interface CommandElement.Flag
- All Superinterfaces:
CommandElement
- Enclosing interface:
- CommandElement
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.xpdustry.distributor.common.command.CommandElement
CommandElement.Argument, CommandElement.Flag -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CommandElement.Flagof(String name, CommandDescription description, Collection<String> aliases, boolean repeatable) Methods inherited from interface com.xpdustry.distributor.common.command.CommandElement
getAliases, getDescription, getName
-
Method Details
-
of
static CommandElement.Flag of(String name, CommandDescription description, Collection<String> aliases, boolean repeatable) -
isRepeatable
boolean isRepeatable()
-