パッケージ | 説明 |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.plugin.messaging |
Classes dedicated to specialized plugin to client protocols.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Messenger |
Server.getMessenger()
Gets the
Messenger responsible for this server. |
static Messenger |
Bukkit.getMessenger()
Gets the
Messenger responsible for this server. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
StandardMessenger
Standard implementation to
Messenger |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
コンストラクタと説明 |
---|
PluginMessageListenerRegistration(Messenger messenger,
Plugin plugin,
String channel,
PluginMessageListener listener) |
Copyright © 2016. All rights reserved.