Class SetCommand
- java.lang.Object
-
- cc.carm.lib.easyplugin.command.SubCommand<AdminCommand>
-
- cc.carm.plugin.userprefix.command.admin.SetCommand
-
- All Implemented Interfaces:
NamedExecutor
public class SetCommand extends SubCommand<AdminCommand>
-
-
Constructor Summary
Constructors Constructor Description SetCommand(@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
-
SetCommand
public SetCommand(@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>
-
-