Package org.bukkit.plugin.messaging

Examples of org.bukkit.plugin.messaging.Messenger


    getLogger().info(this.getName() + " disabled.");
  }

  private void setupPluginChannels()
  {
    Messenger m = getServer().getMessenger();

    // setup referee plugin channels
    m.registerOutgoingPluginChannel(this, REFEREE_PLUGIN_CHANNEL);
    m.registerIncomingPluginChannel(this, REFEREE_PLUGIN_CHANNEL, refChannelListener);
  }
View Full Code Here

TOP

Related Classes of org.bukkit.plugin.messaging.Messenger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.