Uses of Enum Class
dev.sympho.modular_commands.api.command.Command.Scope
Packages that use Command.Scope
-
Uses of Command.Scope in dev.sympho.modular_commands.api.command
Fields in dev.sympho.modular_commands.api.command declared as Command.ScopeModifier and TypeFieldDescriptionstatic final Command.Scope
Command.DEFAULT_SCOPE
Default forCommand.scope()
(GLOBAL
).Methods in dev.sympho.modular_commands.api.command that return Command.ScopeModifier and TypeMethodDescriptiondefault Command.Scope
Command.scope()
The scope that the command is defined in.static Command.Scope
Returns the enum constant of this class with the specified name.static Command.Scope[]
Command.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.