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