A B C D E F G H I M N O P R S T U V 
All Classes All Packages

G

getAlias() - Method in class net.kautler.command.api.AliasAndParameterString
Returns the alias.
getAliases() - Method in interface net.kautler.command.api.Command
Returns the aliases for this command.
getBuildTimestamp() - Method in class net.kautler.command.api.Version
Returns the build timestamp at which this library was built.
getCommandPrefix(M) - Method in interface net.kautler.command.api.prefix.PrefixProvider
Returns the command prefix to be used for the given message.
getCommandPrefix(Message) - Method in class net.kautler.command.api.prefix.jda.MentionPrefixProviderJda
 
getCommandPrefix(Message) - Method in class net.kautler.command.api.prefix.javacord.MentionPrefixProviderJavacord
 
getCommitId() - Method in class net.kautler.command.api.Version
Returns the commit ID from which this library was built.
getDescription() - Method in interface net.kautler.command.api.Command
Returns the description of this command.
getDisplayVersion() - Method in class net.kautler.command.api.Version
Returns the display version of this library.
getMessage() - Method in class net.kautler.command.api.event.MessageEvent
Returns the message payload of this message event.
getParameters(String, int) - Static method in interface net.kautler.command.api.Command
Returns an array of parameters from the given parameter string.
getParameterString() - Method in class net.kautler.command.api.AliasAndParameterString
Returns the parameter string.
getParsedParameters(Command<?>, String, String, String) - Method in class net.kautler.command.api.ParameterParser
Returns the parsed parameters for the usage of the given command that was triggered using the given prefix, alias and parameter string.
getPrefix() - Method in class net.kautler.command.api.event.MessageEvent
Returns the command prefix that was used to trigger the command.
getRestrictionChain() - Method in interface net.kautler.command.api.Command
Returns the restriction rules chain for this command.
getUsage() - Method in interface net.kautler.command.api.Command
Returns the usage of this command.
getUsedAlias() - Method in class net.kautler.command.api.event.MessageEvent
Returns the alias that was used to trigger the command.
getVersion() - Method in class net.kautler.command.api.Version
Returns the version of this library.
GuildJda - Class in net.kautler.command.api.restriction.jda
A restriction that allows a command in certain guilds and is evaluated by the JDA command handler.
GuildJda(long) - Constructor for class net.kautler.command.api.restriction.jda.GuildJda
Constructs a new guild restriction for checking the guild ID.
GuildJda(String) - Constructor for class net.kautler.command.api.restriction.jda.GuildJda
Constructs a new guild restriction for checking the guild name case-sensitively against a fixed name.
GuildJda(String, boolean) - Constructor for class net.kautler.command.api.restriction.jda.GuildJda
Constructs a new guild restriction for checking the guild name against a fixed name.
GuildJda(Pattern) - Constructor for class net.kautler.command.api.restriction.jda.GuildJda
Constructs a new guild restriction for checking the guild name against a regular expression.
GuildOwnerJda - Class in net.kautler.command.api.restriction.jda
A restriction that allows a command for the guild owner and is evaluated by the JDA command handler.
A B C D E F G H I M N O P R S T U V 
All Classes All Packages