Class ReloadCommand
- java.lang.Object
-
- cc.carm.lib.easyplugin.command.SubCommand<AdminCommand>
-
- cc.carm.plugin.userprefix.command.admin.ReloadCommand
-
- All Implemented Interfaces:
NamedExecutor
public class ReloadCommand extends SubCommand<AdminCommand>
-
-
Constructor Summary
Constructors Constructor Description ReloadCommand(@NotNull AdminCommand parent, String name, String... aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(JavaPlugin plugin, CommandSender sender, String[] args)
-
Methods inherited from class cc.carm.lib.easyplugin.command.SubCommand
getAliases, getIdentifier, getParent, tabComplete
-
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
-
ReloadCommand
public ReloadCommand(@NotNull @NotNull AdminCommand parent, String name, String... aliases)
-
-
Method Detail
-
execute
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args)
- Specified by:
execute
in classSubCommand<AdminCommand>
-
-