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