Uses of Interface
com.velocitypowered.api.proxy.messages.ChannelMessageSink
Packages that use ChannelMessageSink
Package
Description
Provides events for handling incoming connections to the proxy and logins.
Provides an interface to interact with the proxy at a low level.
Provides utilities to handle server information.
-
Uses of ChannelMessageSink in com.velocitypowered.api.event.connection
Methods in com.velocitypowered.api.event.connection that return ChannelMessageSinkConstructors in com.velocitypowered.api.event.connection with parameters of type ChannelMessageSinkModifierConstructorDescriptionPluginMessageEvent
(ChannelMessageSource source, ChannelMessageSink target, ChannelIdentifier identifier, byte[] data) Creates a new instance. -
Uses of ChannelMessageSink in com.velocitypowered.api.proxy
Subinterfaces of ChannelMessageSink in com.velocitypowered.api.proxyModifier and TypeInterfaceDescriptioninterface
Represents a player who is connected to the proxy.interface
Represents a connection to a backend server from the proxy for a client. -
Uses of ChannelMessageSink in com.velocitypowered.api.proxy.server
Subinterfaces of ChannelMessageSink in com.velocitypowered.api.proxy.serverModifier and TypeInterfaceDescriptioninterface
Represents a server that has been registered with the proxy.