Uses of Class
studio.magemonkey.codex.legacy.command.RiseCommand
Packages that use RiseCommand
-
Uses of RiseCommand in studio.magemonkey.codex.legacy.command
Methods in studio.magemonkey.codex.legacy.command that return RiseCommandMethods in studio.magemonkey.codex.legacy.command that return types with arguments of type RiseCommandMethods in studio.magemonkey.codex.legacy.command with parameters of type RiseCommandModifier and TypeMethodDescriptionvoidRiseCommand.addChild(RiseCommand command) abstract voidRiseCommand.runCommand(org.bukkit.command.CommandSender sender, RiseCommand command, String label, String[] args) voidRiseCommand.sendUsage(String usage, org.bukkit.command.CommandSender sender, RiseCommand command, String[] args) Constructors in studio.magemonkey.codex.legacy.command with parameters of type RiseCommandModifierConstructorDescriptionRiseCommand(String name, List<String> aliases, RiseCommand parentCommand) RiseCommand(org.bukkit.plugin.Plugin plugin, String name, String description, String usage, List<String> aliases, RiseCommand parentCommand)