Class BukkitProxyProvider

java.lang.Object
net.tnemc.plugincore.bukkit.impl.BukkitProxyProvider
All Implemented Interfaces:
ProxyProvider

public class BukkitProxyProvider extends Object implements ProxyProvider
BukkitProxyProvider
Since:
0.1.2.0
Author:
creatorfromhell
  • Constructor Details

  • Method Details

    • registerChannel

      public void registerChannel(String channel)
      Used to register a plugin message channel.
      Specified by:
      registerChannel in interface ProxyProvider
      Parameters:
      channel - The channel to register.
    • send

      public void send(String channel, byte[] bytes)
      Used to send a message through a specific plugin message channel.
      Specified by:
      send in interface ProxyProvider
      Parameters:
      channel - The channel to send the message through.
      bytes - The byte data to send.