Package org.galliumpowered.command
Class PluginCommandManager
java.lang.Object
org.galliumpowered.command.PluginCommandManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCommand(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 aCommandannotation
-