Package | Description |
---|---|
fr.aumgn.bukkitutils.command.arg.basic | |
fr.aumgn.bukkitutils.command.args |
Constructor and Description |
---|
ListArg(String separator,
CommandArgFactory<T> factory,
String string) |
Modifier and Type | Method and Description |
---|---|
<T extends CommandArg<?>> |
CommandArgsBase.get(char flag,
CommandArgFactory<T> factory)
Get the
CommandArg corresponding to
the given factory for the given argument flag. |
<T extends CommandArg<?>> |
CommandArgsBase.get(int index,
CommandArgFactory<T> factory)
Get the
CommandArg corresponding to
the given factory for the given index. |
<V,T extends CommandArg<V>> |
CommandArgsBase.getList(char flag,
CommandArgFactory<T> factory)
Get the
ListArg wrapping the CommandArg
corresponding to the given factory for the given flag. |
<V,T extends CommandArg<V>> |
CommandArgsBase.getList(char flag,
CommandArgFactory<T> factory,
String separator)
Get the
ListArg wrapping the CommandArg
corresponding to the given factory for the given flag
using the given separator. |
<V,T extends CommandArg<V>> |
CommandArgsBase.getList(int index,
CommandArgFactory<T> factory)
Get the
ListArg wrapping the CommandArg
corresponding to the given factory for the given index. |
<V,T extends CommandArg<V>> |
CommandArgsBase.getList(int index,
CommandArgFactory<T> factory,
String separator)
Get the
ListArg wrapping the CommandArg
corresponding to the given factory for the given index
using the given separator. |
Copyright © 2012. All Rights Reserved.