Interface PluginMessageRecipient

  • All Known Subinterfaces:
    Player, Server, World

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

      • getListeningPluginChannels

        @NotNull
        Set<String> getListeningPluginChannels()
        Gets a set containing all the Plugin Channels that this client is listening on.
        Returns:
        Set containing all the channels that this client may accept.