Uses of Interface
com.velocitypowered.api.proxy.messages.PluginMessageEncoder
Packages that use PluginMessageEncoder
Package
Description
Provides an interface to interact with the proxy at a low level.
Provides an interface to receive, handle, and send plugin messages on the proxy from clients and
servers.
-
Uses of PluginMessageEncoder in com.velocitypowered.api.proxy
Methods in com.velocitypowered.api.proxy with parameters of type PluginMessageEncoderModifier and TypeMethodDescriptionboolean
Player.sendPluginMessage
(@NotNull ChannelIdentifier identifier, @NotNull PluginMessageEncoder dataEncoder) Sends a plugin message to this target. -
Uses of PluginMessageEncoder in com.velocitypowered.api.proxy.messages
Methods in com.velocitypowered.api.proxy.messages with parameters of type PluginMessageEncoderModifier and TypeMethodDescriptionboolean
ChannelMessageSink.sendPluginMessage
(@NotNull ChannelIdentifier identifier, @NotNull PluginMessageEncoder dataEncoder) Sends a plugin message to this target.