public class CommandArgs extends CommandArgsBase
messages
Constructor and Description |
---|
CommandArgs(CommandsMessages messages,
CommandArgsParser parser) |
asList, asList, asList, flags, get, get, get, get, get, get, get, get, get, get, getList, getList, getList, getList, getList, getList, getList, getList, getOrNull, getOrNull, hasArgFlag, hasFlag, hasFlags, iterator, length
public CommandArgs(CommandsMessages messages, CommandArgsParser parser)
public IntegerArg getInteger(int index)
public IntegerArg getInteger(char flag)
public ChatColorArg getChatColor(int index)
public ChatColorArg getChatColor(char flag)
public ListArg<ChatColor,ChatColorArg> getChatColors(int index)
public ListArg<ChatColor,ChatColorArg> getChatColors(char flag)
public Vector2DArg getVector2D(int index)
public Vector2DArg getVector2D(char flag)
public ListArg<Player,PlayerArg> getPlayers(int index)
public ListArg<Player,PlayerArg> getPlayers(char flag)
public OfflinePlayerArg getOfflinePlayer(int index)
public OfflinePlayerArg getOfflinePlayer(char flag)
public ListArg<OfflinePlayer,OfflinePlayerArg> getOfflinePlayers(int index)
public ListArg<OfflinePlayer,OfflinePlayerArg> getOfflinePlayers(char flag)
public MaterialArg getMaterial(int index)
public MaterialArg getMaterial(char flag)
public ListArg<Material,MaterialArg> getMaterials(int index)
public ListArg<Material,MaterialArg> getMaterials(char flag)
public ItemTypeArg getItemType(int index)
public ItemTypeArg getItemType(char flag)
public ListArg<ItemType,ItemTypeArg> getItemTypes(int index)
public ListArg<ItemType,ItemTypeArg> getItemTypes(char flag)
public PotionEffectTypeArg getPotionEffectType(int index)
public PotionEffectTypeArg getPotionEffectType(char flag)
public ListArg<PotionEffectType,PotionEffectTypeArg> getPotionEffectTypes(int index)
public ListArg<PotionEffectType,PotionEffectTypeArg> getPotionEffectTypes(char flag)
public EnchantmentArg getEnchantment(int index)
public EnchantmentArg getEnchantment(char flag)
public ListArg<Enchantment,EnchantmentArg> getEnchantments(int index)
public ListArg<Enchantment,EnchantmentArg> getEnchantments(char flag)
public EntityTypeArg getEntityType(int index)
public EntityTypeArg getEntityType(char flag)
public ListArg<EntityType,EntityTypeArg> getEntityTypes(int index)
public ListArg<EntityType,EntityTypeArg> getEntityTypes(char flag)
Copyright © 2012. All Rights Reserved.