Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Attributes | |
INCOMING | |
OUTGOING | |
Represents the different directions a plugin channel may go.
Definition at line 6 of file PluginChannelDirection.java.
org.bukkit.plugin.messaging.PluginChannelDirection.INCOMING |
The plugin channel is being sent to the server from a client.
Definition at line 11 of file PluginChannelDirection.java.
org.bukkit.plugin.messaging.PluginChannelDirection.OUTGOING |
The plugin channel is being sent to a client from the server.
Definition at line 16 of file PluginChannelDirection.java.