Package | Description |
---|---|
com.codelanx.codelanxlib | |
com.codelanx.codelanxlib.command | |
com.codelanx.codelanxlib.implementers |
Modifier and Type | Field and Description |
---|---|
protected CommandHandler<E> |
CodelanxPlugin.commands
The underlying
CommandHandler in use by this
Plugin |
Modifier and Type | Method and Description |
---|---|
CommandHandler<E> |
CodelanxPlugin.getCommandHandler()
Gets the
CommandHandler for the Plugin |
Modifier and Type | Field and Description |
---|---|
protected CommandHandler<E> |
SubCommand.handler
The
CommandHandler responsible for this command |
Constructor and Description |
---|
HelpCommand(E plugin,
CommandHandler<E> handler)
HelpCommand constructor. |
ReloadCommand(E plugin,
CommandHandler<E> handler)
ReloadCommand constructor |
SubCommand(E plugin,
CommandHandler<E> handler)
SubCommand constructor |
Modifier and Type | Method and Description |
---|---|
CommandHandler<E> |
Commandable.getCommandHandler()
Gets the
CommandHandler for the Plugin |
Copyright © 2015. All rights reserved.