Package com.loohp.limbo.commands
Class DefaultCommands
java.lang.Object
cn.ycraft.limbo.command.CommandHandler
com.loohp.limbo.commands.DefaultCommands
- All Implemented Interfaces:
NamedExecutor
,CommandExecutor
,TabCompleter
-
Field Summary
Fields inherited from class cn.ycraft.limbo.command.CommandHandler
aliasesMap, registeredCommands, registeredHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnoArgs
(CommandSender sender) noPermission
(CommandSender sender) Methods inherited from class cn.ycraft.limbo.command.CommandHandler
execute, getExecutors, getHandler, getSubCommand, onException, registerHandler, registerSubCommand, shortenArgs, startsWithIgnoreCase, tabComplete, unknownCommand, unregister
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cn.ycraft.limbo.command.NamedExecutor
hasPermission, sendMessage, sendMessage, sendMessage
-
Constructor Details
-
DefaultCommands
public DefaultCommands()
-
-
Method Details
-
noArgs
- Specified by:
noArgs
in classCommandHandler
-
noPermission
- Specified by:
noPermission
in classCommandHandler
-