| 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 | Description | 
|---|---|---|
static Messenger | 
Bukkit.getMessenger() | 
 Gets the  
Messenger responsible for this server. | 
Messenger | 
Server.getMessenger() | 
 Gets the  
Messenger responsible for this server. | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
StandardMessenger | 
 Standard implementation to  
Messenger | 
| Modifier and Type | Method | 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 | Description | 
|---|---|
PluginMessageListenerRegistration(Messenger messenger,
                                 Plugin plugin,
                                 String channel,
                                 PluginMessageListener listener) | 
Copyright © 2019. All rights reserved.