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

U

Usage - Annotation Type in net.kautler.command.api.annotation
An annotation with which the usage of the command can be configured.
UserJavacord - Class in net.kautler.command.api.restriction.javacord
A restriction that allows a command for certain users and is evaluated by the Javacord command handler.
UserJavacord(long) - Constructor for class net.kautler.command.api.restriction.javacord.UserJavacord
Constructs a new user restriction for checking the user ID.
UserJavacord(String) - Constructor for class net.kautler.command.api.restriction.javacord.UserJavacord
Constructs a new user restriction for checking the user name case-sensitively against a fixed name.
UserJavacord(String, boolean) - Constructor for class net.kautler.command.api.restriction.javacord.UserJavacord
Constructs a new user restriction for checking the user name against a fixed name.
UserJavacord(Pattern) - Constructor for class net.kautler.command.api.restriction.javacord.UserJavacord
Constructs a new user restriction for checking the user name against a regular expression.
UserJavacordSlash - Class in net.kautler.command.api.restriction.javacord.slash
A restriction that allows a command for certain users and is evaluated by the Javacord slash command handler.
UserJavacordSlash(long) - Constructor for class net.kautler.command.api.restriction.javacord.slash.UserJavacordSlash
Constructs a new user restriction for checking the user ID.
UserJavacordSlash(String) - Constructor for class net.kautler.command.api.restriction.javacord.slash.UserJavacordSlash
Constructs a new user restriction for checking the user name case-sensitively against a fixed name.
UserJavacordSlash(String, boolean) - Constructor for class net.kautler.command.api.restriction.javacord.slash.UserJavacordSlash
Constructs a new user restriction for checking the user name against a fixed name.
UserJavacordSlash(Pattern) - Constructor for class net.kautler.command.api.restriction.javacord.slash.UserJavacordSlash
Constructs a new user restriction for checking the user name against a regular expression.
UserJda - Class in net.kautler.command.api.restriction.jda
A restriction that allows a command for certain users and is evaluated by the JDA command handler.
UserJda(long) - Constructor for class net.kautler.command.api.restriction.jda.UserJda
Constructs a new user restriction for checking the user ID.
UserJda(String) - Constructor for class net.kautler.command.api.restriction.jda.UserJda
Constructs a new user restriction for checking the user name case-sensitively against a fixed name.
UserJda(String, boolean) - Constructor for class net.kautler.command.api.restriction.jda.UserJda
Constructs a new user restriction for checking the user name against a fixed name.
UserJda(Pattern) - Constructor for class net.kautler.command.api.restriction.jda.UserJda
Constructs a new user restriction for checking the user name against a regular expression.
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages