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