Interface PluginMessageChannel
- All Known Implementing Classes:
FormChannel,PacketChannel,SkinChannel,TransferChannel
public interface PluginMessageChannel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic final class -
Method Summary
Modifier and TypeMethodDescriptionhandleProxyCall(byte[] data, UUID sourceUuid, String sourceUsername, PluginMessageChannel.Identity sourceIdentity) handleServerCall(byte[] data, UUID playerUuid, String playerUsername)
-
Method Details
-
getIdentifier
String getIdentifier() -
handleProxyCall
PluginMessageChannel.Result handleProxyCall(byte[] data, UUID sourceUuid, String sourceUsername, PluginMessageChannel.Identity sourceIdentity) -
handleServerCall
-