Package net.tnemc.plugincore.paper.impl
Class PaperProxyProvider
java.lang.Object
net.tnemc.plugincore.paper.impl.PaperProxyProvider
- All Implemented Interfaces:
ProxyProvider
BukkitProxyProvider
- Since:
- 0.1.2.0
- Author:
- creatorfromhell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerChannel
(String channel) Used to register a plugin message channel.void
Used to send a message through a specific plugin message channel.
-
Constructor Details
-
PaperProxyProvider
public PaperProxyProvider()
-
-
Method Details
-
registerChannel
Used to register a plugin message channel.- Specified by:
registerChannel
in interfaceProxyProvider
- Parameters:
channel
- The channel to register.
-
send
Used to send a message through a specific plugin message channel.- Specified by:
send
in interfaceProxyProvider
- Parameters:
channel
- The channel to send the message through.bytes
- The byte data to send.
-