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 ChannelIdentifier Represents a channel identifier for use with plugin messaging.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 unregisterChannelIdentifier
s for the proxy to listen on. -
Class Summary Class Description LegacyChannelIdentifier Reperesents a legacy channel identifier (for Minecraft 1.12 and below).MinecraftChannelIdentifier Represents a Minecraft 1.13+ channel identifier.