Class AdminCommand
- java.lang.Object
-
- cc.carm.lib.easyplugin.command.CommandHandler
-
- cc.carm.plugin.userprefix.command.AdminCommand
-
- All Implemented Interfaces:
NamedExecutor
,CommandExecutor
,TabCompleter
,TabExecutor
public class AdminCommand extends CommandHandler
-
-
Field Summary
-
Fields inherited from class cc.carm.lib.easyplugin.command.CommandHandler
aliases, aliasesMap, cmd, plugin, registeredCommands, registeredHandlers
-
-
Constructor Summary
Constructors Constructor Description AdminCommand(@NotNull JavaPlugin plugin)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Void
help(CommandSender sender)
Void
noArgs(CommandSender sender)
Void
noPermission(CommandSender sender)
-
Methods inherited from class cc.carm.lib.easyplugin.command.CommandHandler
getAliases, getExecutors, getHandler, getIdentifier, getSubCommand, onCommand, onException, onTabComplete, registerHandler, registerSubCommand, shortenArgs, unknownCommand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cc.carm.lib.easyplugin.command.NamedExecutor
hasPermission, sendMessage, sendMessage
-
-
-
-
Constructor Detail
-
AdminCommand
public AdminCommand(@NotNull @NotNull JavaPlugin plugin)
-
-
Method Detail
-
noArgs
public Void noArgs(CommandSender sender)
- Specified by:
noArgs
in classCommandHandler
-
noPermission
public Void noPermission(CommandSender sender)
- Specified by:
noPermission
in classCommandHandler
-
help
public static Void help(CommandSender sender)
-
-