- getArgs() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the arguments of the command.
- getArgs() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the arguments of the command.
- getArgsAsList() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the command arguments not as an array, but as a List.
- getBlacklistedChannels() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Use this to get the blacklisted channels.
- getCommand() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
- getCommands() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
- getCommandSettings() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the CommandSettings instance this command was called for.
- getCooldown() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Returns the currently set cooldown for this instance.
- getExecutor() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the ICommand instance that executed this command.
- getFirstChannelMention() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the first channel mention in the event message as an Optional.
- getFirstMention(Message.MentionType...) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the first mention in the event message as an Optional.
- getFirstRoleMention() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the first role mention in the event message as an Optional.
- getFirstUserMention() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent
-
Returns the first member mention in the event message as an Optional.
- getHelpColor() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Returns the help color for DefaultHelpCommand.
- getHelpLabelSet() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Deprecated.
- getJoinedArgs() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the arguments as a single String.
- getJoinedArgs(int) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Deprecated.
- getLabel() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the label of the command.
- getLabels(ICommand) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Returns every registered label for an ICommand instance in an immutable Set.
- getLabelSet() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Returns every registered label in a Set.
- getPrefix() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Use this method to get the default prefix.
- getPrefix(long) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Use this method to get the prefix for a specific guild.
- getRawArgs() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Gets the unmodified arguments of this Command.
- getRawMessage() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandEvent.Command
-
Returns the raw content of the event message.
- getUnknownCommandMessage() - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-