Class ChannelCommand
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Command
-
- fr.royalpha.bungeeannounce.command.ChannelCommand
-
public class ChannelCommand extends net.md_5.bungee.api.plugin.Command
-
-
Field Summary
Fields Modifier and Type Field Description ChannelManager
channel
-
Constructor Summary
Constructors Constructor Description ChannelCommand(ChannelManager channel)
-
Method Summary
Modifier and Type Method Description void
execute(net.md_5.bungee.api.CommandSender sender, java.lang.String[] args)
-
-
-
Field Detail
-
channel
public ChannelManager channel
-
-
Constructor Detail
-
ChannelCommand
public ChannelCommand(ChannelManager channel)
-
-