JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.github.jwdeveloper.spigot.commands.api
Interface CommandsRegistry
public interface
CommandsRegistry
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
add
(
Command
command)
List
<
Command
>
commands
()
boolean
remove
(
Command
fluentCommand)
void
removeAll
()
Method Details
add
boolean
add
(
Command
command)
remove
boolean
remove
(
Command
fluentCommand)
commands
List
<
Command
>
commands
()
removeAll
void
removeAll
()