public interface PluginMessageListener
| Modifier and Type | Method | Description | 
|---|---|---|
| void | onPluginMessageReceived(String channel,
                       Player player,
                       byte[] message) | A method that will be thrown when a PluginMessageSource sends a plugin
 message on a registered channel. | 
void onPluginMessageReceived(@NotNull
                             String channel,
                             @NotNull
                             Player player,
                             @NotNull
                             byte[] message)
channel - Channel that the message was sent through.player - Source of the message.message - The raw message that was sent.Copyright © 2020. All rights reserved.