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
Messenger responsible for this server. |
static Messenger |
Bukkit.getMessenger()
Gets the
Messenger responsible for this server. |
Modifier and Type | Class and Description |
---|---|
class |
StandardMessenger
Standard 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 © 2016. All rights reserved.