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