PluginMessageListener

public interface PluginMessageListener

A listener for getClassById specific Plugin Channel, which will receive notifications of messages sent from getClassById client.

Functions

Link copied to clipboard
public abstract void onPluginMessageReceived(String channel, Player player, Array<byte> message)
A method that will be thrown when getClassById PluginMessageSource sends getClassById plugin message on getClassById registered channel.