Uses of Interface
tech.xigam.cch.command.BaseCommand
Packages that use BaseCommand
Package
Description
-
Uses of BaseCommand in tech.xigam.cch
Methods in tech.xigam.cch that return types with arguments of type BaseCommandMethods in tech.xigam.cch with parameters of type BaseCommand -
Uses of BaseCommand in tech.xigam.cch.command
Classes in tech.xigam.cch.command that implement BaseCommand -
Uses of BaseCommand in tech.xigam.cch.defaults
Classes in tech.xigam.cch.defaults that implement BaseCommand -
Uses of BaseCommand in tech.xigam.cch.utils
Constructors in tech.xigam.cch.utils with parameters of type BaseCommandModifierConstructorDescriptionInteraction(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)