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