Package dev.aura.bungeechat.command
Class HelpOpCommand
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Command
-
- dev.aura.bungeechat.command.BaseCommand
-
- dev.aura.bungeechat.command.HelpOpCommand
-
public class HelpOpCommand extends BaseCommand
-
-
Constructor Summary
Constructors Constructor Description HelpOpCommand(HelpOpModule helpOpModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(CommandSender sender, String[] args)
-
Methods inherited from class dev.aura.bungeechat.command.BaseCommand
stringListToArray, tabComplete
-
Methods inherited from class net.md_5.bungee.api.plugin.Command
canEqual, equals, getAliases, getName, getPermission, hashCode, hasPermission, toString
-
-
-
-
Constructor Detail
-
HelpOpCommand
public HelpOpCommand(HelpOpModule helpOpModule)
-
-
Method Detail
-
execute
public void execute(CommandSender sender, String[] args)
-
-