Package com.velocitypowered.api.proxy.messages
Provides an interface to receive, handle, and send plugin messages on the proxy from clients and
servers.
-
Interface Summary Interface Description ChannelMessageSink Represents something that can be sent plugin messages.ChannelMessageSource Indicates that this may be a source of plugin messages.ChannelRegistrar Represents an interface to register and unregisterPluginChannelIds for the proxy to listen on.PluginChannelId Represents a channel identifier for use with plugin messaging. -
Class Summary Class Description KeyedPluginChannelId Represents a modern namespaced channel identifier.PairedPluginChannelId Represents a legacy channel identifier (for Minecraft 1.12 and below) paired with a namespaced key for 1.13 and above.