dispatchIncomingMessage

public abstract void dispatchIncomingMessage(Player source, String channel, Array<byte> message)

Dispatches the specified incoming message to any registered listeners.

Parameters

source

Source of the message.

channel

Channel that the message was sent by.

message

Raw payload of the message.