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.connectionMethods 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.proxySubinterfaces of ChannelMessageSource in com.velocitypowered.api.proxyModifier and TypeInterfaceDescriptioninterfaceRepresents a player who is connected to the proxy.interfaceRepresents a connection to a backend server from the proxy for a client.