Interface ProxyProvider
- All Known Implementing Classes:
BukkitProxyProvider
,PaperProxyProvider
,SpongeProxyProvider
public interface ProxyProvider
ProxyProvider represents a Proxy method instances such as Bungee/Velocity in an implementation.
- Since:
- 0.1.2.0
- Author:
- creatorfromhell
-
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.
-
Method Details
-
registerChannel
Used to register a plugin message channel.- Parameters:
channel
- The channel to register.
-
send
Used to send a message through a specific plugin message channel.- Parameters:
channel
- The channel to send the message through.bytes
- The byte data to send.
-