Package cn.ycraft.limbo.command
Class SubCommand<C extends CommandHandler>
java.lang.Object
cn.ycraft.limbo.command.SubCommand<C>
- All Implemented Interfaces:
NamedExecutor
- Direct Known Subclasses:
GameModeCommand
,KickCommand
,SayCommand
,SpawnCommand
,StopCommand
,VersionCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Void
execute
(CommandSender sender, String[] args) tabComplete
(CommandSender sender, String[] args) 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
-
SubCommand
-
-
Method Details
-
getParent
-
execute
- Throws:
Exception
-
tabComplete
-