Modifier and Type | Interface and Description |
---|---|
interface |
CommandArgFactory<T extends CommandArg<?>> |
Modifier and Type | Class and Description |
---|---|
class |
ListArg<V,T extends CommandArg<V>> |
Modifier and Type | Class and Description |
---|---|
class |
DoubleArg |
class |
EnumArg<T extends Enum<T>> |
class |
IntegerArg |
class |
ListArg<V,T extends CommandArg<V>> |
class |
ShortArg |
class |
TimeArg |
class |
Vector2DArg |
class |
VectorArg |
Modifier and Type | Class and Description |
---|---|
class |
ChatColorArg |
class |
EnchantmentArg |
class |
EntityTypeArg |
class |
ItemTypeArg |
class |
MaterialArg |
class |
OfflinePlayerArg |
class |
PlayerArg |
class |
PlayerRefArg |
class |
PotionEffectTypeArg |
class |
WorldArg |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandArg<V> |
class |
AbstractMatchingArg<V> |
class |
AbstractSenderMatchingArg<V> |
class |
AsbtractSenderArg<V> |
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.