Class CommandRegistry
java.lang.Object
com.mclds.plugins.customplugin.registry.CommandRegistry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(@Nullable CommandRegistry.CommandTester tester, RegistrableCommand... registrableCommands) add(RegistrableCommand... registrableCommands) LinkedList<org.bukkit.command.Command> voidvoidunregisterAll(List<String> removeList)
-
Constructor Details
-
CommandRegistry
-
-
Method Details
-
add
-
add
public CommandRegistry add(@Nullable @Nullable CommandRegistry.CommandTester tester, RegistrableCommand... registrableCommands) -
getCommands
-
getRegistrableCommands
-
unregisterAll
-
unregisterAll
public void unregisterAll()
-