Uses of Class
com.github.alex1304.ultimategdbot.api.command.PermissionLevel
Package | Description |
---|---|
com.github.alex1304.ultimategdbot.api.command | |
com.github.alex1304.ultimategdbot.api.command.annotated |
-
Uses of PermissionLevel in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return PermissionLevel Modifier and Type Method Description default PermissionLevel
Command. getPermissionLevel()
Gets the permission level required to execute this command.static PermissionLevel
PermissionLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PermissionLevel[]
PermissionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PermissionLevel in com.github.alex1304.ultimategdbot.api.command.annotated
Methods in com.github.alex1304.ultimategdbot.api.command.annotated that return PermissionLevel Modifier and Type Method Description PermissionLevel
AnnotatedCommand. getPermissionLevel()
PermissionLevel
permLevel()