Uses of Class
com.velocitypowered.api.event.player.CookieReceiveEvent.ForwardResult
Packages that use CookieReceiveEvent.ForwardResult
Package
Description
Provides events for handling actions performed by players.
-
Uses of CookieReceiveEvent.ForwardResult in com.velocitypowered.api.event.player
Methods in com.velocitypowered.api.event.player that return CookieReceiveEvent.ForwardResultModifier and TypeMethodDescriptionCookieReceiveEvent.ForwardResult.data
(byte[] data) Allows the cookie response to be forwarded to the backend server, but silently replaces the data of the cookie with another.CookieReceiveEvent.ForwardResult.forward()
Allows the cookie response to be forwarded to the backend server.CookieReceiveEvent.getResult()
CookieReceiveEvent.ForwardResult.handled()
Prevents the cookie response from being forwarded to the backend server, the cookie response is handled by the proxy.Allows the cookie response to be forwarded to the backend server, but silently replaces the identifier of the cookie with another.Methods in com.velocitypowered.api.event.player with parameters of type CookieReceiveEvent.ForwardResultModifier and TypeMethodDescriptionvoid
CookieReceiveEvent.setResult
(CookieReceiveEvent.ForwardResult result)