Uses of Class
me.ulrich.koth.data.CommandData_show
Packages that use CommandData_show
Package
Description
-
Uses of CommandData_show in me.ulrich.koth.api
Methods in me.ulrich.koth.api with parameters of type CommandData_showModifier and TypeMethodDescriptionvoidCommandAPIManager.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandAPIManager.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) Method parameters in me.ulrich.koth.api with type arguments of type CommandData_showModifier and TypeMethodDescriptionvoidCommandAPIManager.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandAPIManager.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) -
Uses of CommandData_show in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return CommandData_showMethods in me.ulrich.koth.data that return types with arguments of type CommandData_showMethods in me.ulrich.koth.data with parameters of type CommandData_showMethod parameters in me.ulrich.koth.data with type arguments of type CommandData_showModifier and TypeMethodDescriptionvoidCommandData.setSubcommands(HashMap<String, CommandData_show> subcommands) Constructors in me.ulrich.koth.data with parameters of type CommandData_showModifierConstructorDescriptionCommandData(String id, String permission, String alias, double value, int cooldown, CommandData_show show, CommandData_title title, CommandData_actionbar actionbar, HashMap<String, CommandData_show> subcommands2) Constructor parameters in me.ulrich.koth.data with type arguments of type CommandData_showModifierConstructorDescriptionCommandData(String id, String permission, String alias, double value, int cooldown, CommandData_show show, CommandData_title title, CommandData_actionbar actionbar, HashMap<String, CommandData_show> subcommands2) -
Uses of CommandData_show in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces with parameters of type CommandData_showModifier and TypeMethodDescriptionvoidCommandAPI.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandAPI.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) Method parameters in me.ulrich.koth.interfaces with type arguments of type CommandData_showModifier and TypeMethodDescriptionvoidCommandAPI.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandAPI.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) -
Uses of CommandData_show in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type CommandData_showModifier and TypeMethodDescriptionvoidCommandManager.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandManager.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) Method parameters in me.ulrich.koth.manager with type arguments of type CommandData_showModifier and TypeMethodDescriptionvoidCommandManager.insertAdmCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable) voidCommandManager.insertCommand(String command, String permission, String alias, double value, int cooldown, CommandData_show data, CommandData_title title, CommandData_actionbar actionbar, CommandData_sound sound, HashMap<String, CommandData_show> subcommands, CommandData_disable disable)