Class BukkitPluginMessageSender

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sendPluginMessage​(java.lang.String target, java.lang.String channel, java.lang.String msg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BukkitPluginMessageSender

        public BukkitPluginMessageSender()
    • Method Detail

      • sendPluginMessage

        public void sendPluginMessage​(java.lang.String target,
                                      java.lang.String channel,
                                      java.lang.String msg)
        Specified by:
        sendPluginMessage in interface PluginMessageSender