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

S

ServerJavacord - Class in net.kautler.command.api.restriction.javacord
A restriction that allows a command in certain servers and is evaluated by the Javacord command handler.
ServerJavacord(long) - Constructor for class net.kautler.command.api.restriction.javacord.ServerJavacord
Constructs a new server restriction for checking the server ID.
ServerJavacord(String) - Constructor for class net.kautler.command.api.restriction.javacord.ServerJavacord
Constructs a new server restriction for checking the server name case-sensitively against a fixed name.
ServerJavacord(String, boolean) - Constructor for class net.kautler.command.api.restriction.javacord.ServerJavacord
Constructs a new server restriction for checking the server name against a fixed name.
ServerJavacord(Pattern) - Constructor for class net.kautler.command.api.restriction.javacord.ServerJavacord
Constructs a new server restriction for checking the server name against a regular expression.
ServerJavacordSlash - Class in net.kautler.command.api.restriction.javacord.slash
A restriction that allows a command in certain servers and is evaluated by the Javacord slash command handler.
ServerJavacordSlash(long) - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerJavacordSlash
Constructs a new server restriction for checking the server ID.
ServerJavacordSlash(String) - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerJavacordSlash
Constructs a new server restriction for checking the server name case-sensitively against a fixed name.
ServerJavacordSlash(String, boolean) - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerJavacordSlash
Constructs a new server restriction for checking the server name against a fixed name.
ServerJavacordSlash(Pattern) - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerJavacordSlash
Constructs a new server restriction for checking the server name against a regular expression.
ServerManagerJavacord - Class in net.kautler.command.api.restriction.javacord
A restriction that allows a command for server managers and is evaluated by the Javacord command handler.
ServerManagerJavacord() - Constructor for class net.kautler.command.api.restriction.javacord.ServerManagerJavacord
 
ServerManagerJavacordSlash - Class in net.kautler.command.api.restriction.javacord.slash
A restriction that allows a command for server managers and is evaluated by the Javacord slash command handler.
ServerManagerJavacordSlash() - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerManagerJavacordSlash
 
ServerManagerJda - Class in net.kautler.command.api.restriction.jda
A restriction that allows a command for server managers and is evaluated by the JDA command handler.
ServerManagerJda() - Constructor for class net.kautler.command.api.restriction.jda.ServerManagerJda
 
ServerOwnerJavacord - Class in net.kautler.command.api.restriction.javacord
A restriction that allows a command for the server owner and is evaluated by the Javacord command handler.
ServerOwnerJavacord() - Constructor for class net.kautler.command.api.restriction.javacord.ServerOwnerJavacord
 
ServerOwnerJavacordSlash - Class in net.kautler.command.api.restriction.javacord.slash
A restriction that allows a command for the server owner and is evaluated by the Javacord slash command handler.
ServerOwnerJavacordSlash() - Constructor for class net.kautler.command.api.restriction.javacord.slash.ServerOwnerJavacordSlash
 
setAdditionalData(String, Object) - Method in class net.kautler.command.api.CommandContext
Sets the additional data for the given key to the given value.
setParameterName(String) - Method in exception net.kautler.command.api.parameter.ParameterParseException
Sets the name of the parameter that was parsed.
setParameterValue(String) - Method in exception net.kautler.command.api.parameter.ParameterParseException
Sets the value of the parameter that was parsed.
size() - Method in interface net.kautler.command.api.parameter.Parameters
Returns the number of parameter-value mappings in this parameters instance.
SlashCommandJavacord - Interface in net.kautler.command.api.slash.javacord
A command that can be triggered by slash commands in Javacord.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages