| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.plugin.messaging | Classes dedicated to specialized plugin to client protocols. | 
| Modifier and Type | Method and Description | 
|---|---|
| Messenger | Server. getMessenger()Gets the  Messengerresponsible for this server. | 
| static Messenger | Bukkit. getMessenger()Gets the  Messengerresponsible for this server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StandardMessengerStandard implementation to  Messenger | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | StandardMessenger. validatePluginMessage(Messenger messenger,
                     Plugin source,
                     String channel,
                     byte[] message)Validates the input of a Plugin Message, ensuring the arguments are all
 valid. | 
| Constructor and Description | 
|---|
| PluginMessageListenerRegistration(Messenger messenger,
                                 Plugin plugin,
                                 String channel,
                                 PluginMessageListener listener) | 
Copyright © 2015. All rights reserved.