A B C D E F G I M N O P R S T U V 
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 channel 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.
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.
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.
A B C D E F G I M N O P R S T U V 
All Classes All Packages