Package org.galliumpowered.command
Class PluginCommandManager
java.lang.Object
org.galliumpowered.command.PluginCommandManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerCommand
(Object command) Register a command under the current container
-
Constructor Details
-
PluginCommandManager
-
-
Method Details
-
registerCommand
Register a command under the current container- Parameters:
command
- An instance of a class which has aCommand
annotation
-