Package dev.aura.bungeechat.command
Class AlertCommand
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Command
-
- dev.aura.bungeechat.command.BaseCommand
-
- dev.aura.bungeechat.command.AlertCommand
-
public class AlertCommand extends BaseCommand
-
-
Constructor Summary
Constructors Constructor Description AlertCommand(AlertModule alertModule)
-
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
-
AlertCommand
public AlertCommand(AlertModule alertModule)
-
-
Method Detail
-
execute
public void execute(CommandSender sender, String[] args)
-
-