Package com.sk89q.worldedit.bukkit
Class CUIChannelListener
java.lang.Object
com.sk89q.worldedit.bukkit.CUIChannelListener
- All Implemented Interfaces:
org.bukkit.plugin.messaging.PluginMessageListener
public class CUIChannelListener
extends Object
implements org.bukkit.plugin.messaging.PluginMessageListener
Handles incoming WorldEditCui init message.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onPluginMessageReceived
(String channel, org.bukkit.entity.Player player, byte[] message)
-
Constructor Details
-
CUIChannelListener
-
-
Method Details
-
onPluginMessageReceived
public void onPluginMessageReceived(String channel, org.bukkit.entity.Player player, byte[] message) - Specified by:
onPluginMessageReceived
in interfaceorg.bukkit.plugin.messaging.PluginMessageListener
-