Uses of Class
tech.xigam.cch.ComplexCommandHandler
Packages that use ComplexCommandHandler
-
Uses of ComplexCommandHandler in tech.xigam.cch
Methods in tech.xigam.cch that return ComplexCommandHandler -
Uses of ComplexCommandHandler in tech.xigam.cch.command
Methods in tech.xigam.cch.command with parameters of type ComplexCommandHandlerModifier and TypeMethodDescriptionvoidAlias.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.ButtonInteractionEvent event, ComplexCommandHandler handler) voidAlias.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.SelectMenuInteractionEvent event, ComplexCommandHandler handler) voidBaseCommand.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.ButtonInteractionEvent event, ComplexCommandHandler handler) voidBaseCommand.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.SelectMenuInteractionEvent event, ComplexCommandHandler handler) voidCommand.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.ButtonInteractionEvent event, ComplexCommandHandler handler) voidCommand.prepareForCallback(String cmdLabel, net.dv8tion.jda.api.events.interaction.component.SelectMenuInteractionEvent event, ComplexCommandHandler handler) voidAlias.prepareForCompletion(net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent event, ComplexCommandHandler handler) voidBaseCommand.prepareForCompletion(net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent event, ComplexCommandHandler handler) voidCommand.prepareForCompletion(net.dv8tion.jda.api.events.interaction.command.CommandAutoCompleteInteractionEvent event, ComplexCommandHandler handler) voidAlias.prepareForExecution(List<String> arguments, net.dv8tion.jda.api.entities.Message message, net.dv8tion.jda.api.entities.Member sender, net.dv8tion.jda.api.entities.MessageChannel channel, boolean skipArguments, ComplexCommandHandler handler) voidAlias.prepareForExecution(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, ComplexCommandHandler handler) voidBaseCommand.prepareForExecution(List<String> arguments, net.dv8tion.jda.api.entities.Message message, net.dv8tion.jda.api.entities.Member sender, net.dv8tion.jda.api.entities.MessageChannel channel, boolean skipArguments, ComplexCommandHandler handler) voidBaseCommand.prepareForExecution(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, ComplexCommandHandler handler) voidCommand.prepareForExecution(List<String> arguments, net.dv8tion.jda.api.entities.Message message, net.dv8tion.jda.api.entities.Member sender, net.dv8tion.jda.api.entities.MessageChannel channel, boolean skipArguments, ComplexCommandHandler handler) voidCommand.prepareForExecution(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, ComplexCommandHandler handler) -
Uses of ComplexCommandHandler in tech.xigam.cch.utils
Methods in tech.xigam.cch.utils that return ComplexCommandHandlerConstructors in tech.xigam.cch.utils with parameters of type ComplexCommandHandlerModifierConstructorDescriptionInteraction(ComplexCommandHandler commandHandler, net.dv8tion.jda.api.entities.Message message, net.dv8tion.jda.api.entities.MessageChannel channel, List<String> arguments, BaseCommand command) Interaction(ComplexCommandHandler commandHandler, net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, BaseCommand command) InteractiveArguments(net.dv8tion.jda.api.entities.Message replyTo, net.dv8tion.jda.api.entities.Member member, BaseCommand toExecute, List<String> questions, ComplexCommandHandler handler)