Uses of Interface
org.bukkit.plugin.messaging.Messenger

Packages that use Messenger
org.bukkit More generalized classes in the API. 
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
 Messenger Server.getMessenger()
          Gets the Messenger responsible for this server.
static Messenger Bukkit.getMessenger()
           
 

Uses of Messenger in org.bukkit.plugin.messaging
 

Classes in org.bukkit.plugin.messaging that implement Messenger
 class StandardMessenger
          Standard implementation to Messenger
 

Methods in org.bukkit.plugin.messaging with parameters of type 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.
 

Constructors in org.bukkit.plugin.messaging with parameters of type Messenger
PluginMessageListenerRegistration(Messenger messenger, Plugin plugin, String channel, PluginMessageListener listener)
           
 



Copyright © 2014. All rights reserved.