Package dev.aura.bungeechat.command
Class ReplyCommand
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Command
-
- dev.aura.bungeechat.command.BaseCommand
-
- dev.aura.bungeechat.command.ReplyCommand
-
public class ReplyCommand extends BaseCommand
-
-
Constructor Summary
Constructors Constructor Description ReplyCommand(MessengerModule messengerModule)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(CommandSender sender, String[] args)
protected static void
setReply(CommandSender sender, CommandSender target)
-
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
-
ReplyCommand
public ReplyCommand(MessengerModule messengerModule)
-
-
Method Detail
-
setReply
protected static void setReply(CommandSender sender, CommandSender target)
-
execute
public void execute(CommandSender sender, String[] args)
-
-