Package cn.ycraft.limbo.command.defaults
Class StopCommand
- All Implemented Interfaces:
NamedExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandSender sender, String[] args) boolean
hasPermission
(@NotNull CommandSender sender) Methods inherited from class cn.ycraft.limbo.command.SubCommand
getParent, tabComplete
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
sendMessage, sendMessage, sendMessage
-
Constructor Details
-
StopCommand
-
-
Method Details
-
execute
- Specified by:
execute
in classSubCommand<DefaultCommands>
- Throws:
Exception
-
hasPermission
-