Uses of Class
com.velocitypowered.api.event.connection.PluginMessageEvent.ForwardResult
Packages that use PluginMessageEvent.ForwardResult
Package
Description
Provides events for handling incoming connections to the proxy and logins.
-
Uses of PluginMessageEvent.ForwardResult in com.velocitypowered.api.event.connection
Classes in com.velocitypowered.api.event.connection that implement interfaces with type arguments of type PluginMessageEvent.ForwardResultModifier and TypeClassDescriptionfinal classThis event is fired when a plugin message is sent to the proxy, either from a client (Player) or a server (ServerConnection).Methods in com.velocitypowered.api.event.connection that return PluginMessageEvent.ForwardResultModifier and TypeMethodDescriptionPluginMessageEvent.ForwardResult.forward()PluginMessageEvent.getResult()PluginMessageEvent.ForwardResult.handled()Methods in com.velocitypowered.api.event.connection with parameters of type PluginMessageEvent.ForwardResultModifier and TypeMethodDescriptionvoidPluginMessageEvent.setResult(PluginMessageEvent.ForwardResult result)