Class 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 Details

    • PluginMessageEvent

      public PluginMessageEvent(Connection sender, Connection receiver, byte[] data)