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.ScopeCommand.DEFAULT_SCOPEDefault forCommand.scope()(GLOBAL).Methods in dev.sympho.modular_commands.api.command that return Command.ScopeModifier and TypeMethodDescriptiondefault Command.ScopeCommand.scope()The scope that the command is defined in.static Command.ScopeReturns 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.