Package me.ulrich.clans.data
Class CommandData
java.lang.Object
me.ulrich.clans.data.CommandData
-
Constructor Summary
ConstructorsConstructorDescriptionCommandData(String id, String permission, String alias, double value, int cooldown, CommandData_show show, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()intgetId()getShow()getSound()getTitle()doublegetValue()voidsetActionbar(CommandData_actionbar actionbar) voidvoidsetCooldown(int cooldown) voidsetDisable(CommandData_disable disable) voidvoidsetPermission(String permission) voidsetShow(CommandData_show show) voidsetSound(CommandData_sound sound) voidsetSubcommands(HashMap<String, CommandData_show> subcommands) voidsetTitle(CommandData_title title) voidsetValue(double value)
-
Constructor Details
-
CommandData
public CommandData(String id, String permission, String alias, double value, int cooldown, CommandData_show show, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable)
-
-
Method Details
-
getId
-
setId
-
getPermission
-
setPermission
-
getAlias
-
setAlias
-
getCooldown
public int getCooldown() -
setCooldown
public void setCooldown(int cooldown) -
getShow
-
setShow
-
getTitle
-
setTitle
-
getActionbar
-
setActionbar
-
getValue
public double getValue() -
setValue
public void setValue(double value) -
getSubcommands
-
setSubcommands
-
getDisable
-
setDisable
-
getSound
-
setSound
-