ru.tehkode.permissions.commands
Class CommandsManager
java.lang.Object
ru.tehkode.permissions.commands.CommandsManager
public class CommandsManager
- extends Object
- Author:
- code
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Logger logger
listeners
protected Map<String,Map<CommandsManager.CommandSyntax,CommandsManager.CommandBinding>> listeners
plugin
protected org.bukkit.plugin.Plugin plugin
helpPlugins
protected List<org.bukkit.plugin.Plugin> helpPlugins
CommandsManager
public CommandsManager(org.bukkit.plugin.Plugin plugin)
register
public void register(CommandListener listener)
execute
public boolean execute(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command command,
String[] args)
findCommandHelpPlugins
protected void findCommandHelpPlugins()
registerCommandHelp
protected void registerCommandHelp(Command command)
Copyright © 2011. All Rights Reserved.