public interface PluginMessageChannel
| Modifier and Type | Interface and Description |
|---|---|
static class |
PluginMessageChannel.Identity |
static class |
PluginMessageChannel.Result |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
PluginMessageChannel.Result |
handleProxyCall(byte[] data,
org.geysermc.floodgate.api.player.FloodgatePlayer source,
PluginMessageChannel.Identity sourceIdentity) |
PluginMessageChannel.Result |
handleServerCall(byte[] data,
org.geysermc.floodgate.api.player.FloodgatePlayer source) |
String getIdentifier()
PluginMessageChannel.Result handleProxyCall(byte[] data, org.geysermc.floodgate.api.player.FloodgatePlayer source, PluginMessageChannel.Identity sourceIdentity)
PluginMessageChannel.Result handleServerCall(byte[] data, org.geysermc.floodgate.api.player.FloodgatePlayer source)