Uses of Interface
org.bukkit.plugin.messaging.Messenger
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.plugin.messaging |
Classes dedicated to specialized plugin to client protocols.
|
-
Uses of Messenger in org.bukkit
Methods in org.bukkit that return Messenger Modifier and Type Method Description static Messenger
Bukkit. getMessenger()
Gets theMessenger
responsible for this server.Messenger
Server. getMessenger()
Gets theMessenger
responsible for this server. -
Uses of Messenger in org.bukkit.plugin.messaging
Classes in org.bukkit.plugin.messaging that implement Messenger Modifier and Type Class Description class
StandardMessenger
Standard implementation toMessenger
Methods in org.bukkit.plugin.messaging with parameters of type 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.Constructors in org.bukkit.plugin.messaging with parameters of type Messenger Constructor Description PluginMessageListenerRegistration(Messenger messenger, Plugin plugin, String channel, PluginMessageListener listener)