Package cn.ycraft.limbo.command.defaults
Class AllowlistCommands
java.lang.Object
cn.ycraft.limbo.command.CommandHandler
cn.ycraft.limbo.command.defaults.AllowlistCommands
- 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 TypeMethodDescriptionboolean
hasPermission
(@NotNull CommandSender sender) noArgs
(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
sendMessage, sendMessage, sendMessage
-
Constructor Details
-
AllowlistCommands
public AllowlistCommands()
-
-
Method Details
-
noArgs
- Specified by:
noArgs
in classCommandHandler
-
noPermission
- Specified by:
noPermission
in classCommandHandler
-
hasPermission
-