public class SkinChannel extends Object implements PluginMessageChannel
PluginMessageChannel.Identity, PluginMessageChannel.Result| Constructor and Description |
|---|
SkinChannel() |
| 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 floodgatePlayer) |
public String getIdentifier()
getIdentifier in interface PluginMessageChannelpublic PluginMessageChannel.Result handleProxyCall(byte[] data, org.geysermc.floodgate.api.player.FloodgatePlayer source, PluginMessageChannel.Identity sourceIdentity)
handleProxyCall in interface PluginMessageChannelpublic PluginMessageChannel.Result handleServerCall(byte[] data, org.geysermc.floodgate.api.player.FloodgatePlayer floodgatePlayer)
handleServerCall in interface PluginMessageChannel