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