Uses of Interface
com.velocitypowered.api.proxy.messages.ChannelMessageSource
Packages that use ChannelMessageSource
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.
-
Uses of ChannelMessageSource in com.velocitypowered.api.event.connection
Methods in com.velocitypowered.api.event.connection that return ChannelMessageSourceConstructors in com.velocitypowered.api.event.connection with parameters of type ChannelMessageSourceModifierConstructorDescriptionPluginMessageEvent
(ChannelMessageSource source, ChannelMessageSink target, ChannelIdentifier identifier, byte[] data) Creates a new instance. -
Uses of ChannelMessageSource in com.velocitypowered.api.proxy
Subinterfaces of ChannelMessageSource 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.