Uses of Class
me.ulrich.koth.data.CommandData_actionbar
Packages that use CommandData_actionbar
Package
Description
-
Uses of CommandData_actionbar in me.ulrich.koth.api
Methods in me.ulrich.koth.api with parameters of type CommandData_actionbarModifier 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_actionbar in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return CommandData_actionbarMethods in me.ulrich.koth.data with parameters of type CommandData_actionbarConstructors in me.ulrich.koth.data with parameters of type CommandData_actionbarModifierConstructorDescriptionCommandData(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_actionbar in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces with parameters of type CommandData_actionbarModifier 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_actionbar in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type CommandData_actionbarModifier 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)