Uses of Class
com.github.alex1304.ultimategdbot.api.command.Scope
-
Packages that use Scope Package Description com.github.alex1304.ultimategdbot.api.command com.github.alex1304.ultimategdbot.api.command.annotated -
-
Uses of Scope in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return Scope Modifier and Type Method Description default Scope
Command. getScope()
Gets the scope of this command.static Scope
Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scope[]
Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Scope in com.github.alex1304.ultimategdbot.api.command.annotated
Methods in com.github.alex1304.ultimategdbot.api.command.annotated that return Scope Modifier and Type Method Description Scope
AnnotatedCommand. getScope()
Scope
scope()
-