Uses of Package
org.bukkit.plugin.messaging

Packages that use org.bukkit.plugin.messaging
org.bukkit More generalized classes in the API. 
org.bukkit.entity Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. 
org.bukkit.plugin.messaging Classes dedicated to specialized plugin to client protocols. 
 

Classes in org.bukkit.plugin.messaging used by org.bukkit
Messenger
          A class responsible for managing the registrations of plugin channels and their listeners.
PluginMessageRecipient
          Represents a possible recipient for a Plugin Message.
 

Classes in org.bukkit.plugin.messaging used by org.bukkit.entity
PluginMessageRecipient
          Represents a possible recipient for a Plugin Message.
 

Classes in org.bukkit.plugin.messaging used by org.bukkit.plugin.messaging
Messenger
          A class responsible for managing the registrations of plugin channels and their listeners.
PluginChannelDirection
          Represents the different directions a plugin channel may go.
PluginMessageListener
          A listener for a specific Plugin Channel, which will receive notifications of messages sent from a client.
PluginMessageListenerRegistration
          Contains information about a Plugins registration to a plugin channel.
 



Copyright © 2014. All rights reserved.