Package org.bukkit.plugin.messaging
package org.bukkit.plugin.messaging
Classes dedicated to specialized plugin to client protocols.
-
ClassDescriptionThrown if a Plugin Channel is too long.Thrown if a Plugin attempts to send a message on an unregistered channel.Thrown if a Plugin Message is sent that is too large to be sent.A class responsible for managing the registrations of plugin channels and their listeners.Represents the different directions a plugin channel may go.A listener for a specific Plugin Channel, which will receive notifications of messages sent from a client.Contains information about a
Plugin
s registration to a plugin channel.Represents a possible recipient for a Plugin Message.Thrown if a plugin attempts to register for a reserved channel (such as "REGISTER")Standard implementation toMessenger