Package net.md_5.bungee.api.event
Class PluginMessageEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.TargetedEvent
-
- net.md_5.bungee.api.event.PluginMessageEvent
-
- All Implemented Interfaces:
Cancellable
public class PluginMessageEvent extends TargetedEvent implements Cancellable
Event called when a plugin message is sent to the client or server.
-
-
Constructor Summary
Constructors Constructor Description PluginMessageEvent(Connection sender, Connection receiver, String tag, byte[] data)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.md_5.bungee.api.plugin.Cancellable
isCancelled, setCancelled
-
-
-
-
Constructor Detail
-
PluginMessageEvent
public PluginMessageEvent(Connection sender, Connection receiver, String tag, byte[] data)
-
-