Interface PluginMessageRecipient

All Known Subinterfaces:
Player, Server, World

public interface PluginMessageRecipient
Represents a possible recipient for a Plugin Message.
  • Method Summary

    Modifier and Type Method Description
    Set<String> getListeningPluginChannels()
    Gets a set containing all the Plugin Channels that this client is listening on.
    void sendPluginMessage​(Plugin source, String channel, byte[] message)
    Sends this recipient a Plugin Message on the specified outgoing channel.