Uses of Class
me.ulrich.clans.data.CommandData_sound
Packages that use CommandData_sound
Package
Description
-
Uses of CommandData_sound in me.ulrich.clans.api
Methods in me.ulrich.clans.api with parameters of type CommandData_soundModifier and TypeMethodDescriptionvoidCommandAPIManager.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_sound in me.ulrich.clans.data
Methods in me.ulrich.clans.data that return CommandData_soundMethods in me.ulrich.clans.data with parameters of type CommandData_soundConstructors in me.ulrich.clans.data with parameters of type CommandData_soundModifierConstructorDescriptionCommandData(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) -
Uses of CommandData_sound in me.ulrich.clans.interfaces
Methods in me.ulrich.clans.interfaces with parameters of type CommandData_soundModifier and TypeMethodDescriptionvoidCommandAPI.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_sound in me.ulrich.clans.manager
Methods in me.ulrich.clans.manager with parameters of type CommandData_soundModifier and TypeMethodDescriptionvoidLibManager.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)