Uses of Class
com.velocitypowered.api.event.ResultedEvent.GenericResult
Packages that use ResultedEvent.GenericResult
Package
Description
Provides core support for handling events with Velocity.
Provides events for handling actions performed by players.
Provides events for handling the lifecycle of the proxy.
-
Uses of ResultedEvent.GenericResult in com.velocitypowered.api.event
Methods in com.velocitypowered.api.event that return ResultedEvent.GenericResultModifier and TypeMethodDescriptionstatic ResultedEvent.GenericResult
ResultedEvent.GenericResult.allowed()
static ResultedEvent.GenericResult
ResultedEvent.GenericResult.denied()
-
Uses of ResultedEvent.GenericResult in com.velocitypowered.api.event.player
Methods in com.velocitypowered.api.event.player that return ResultedEvent.GenericResultModifier and TypeMethodDescriptionServerResourcePackRemoveEvent.getResult()
ServerResourcePackSendEvent.getResult()
Methods in com.velocitypowered.api.event.player with parameters of type ResultedEvent.GenericResultModifier and TypeMethodDescriptionvoid
ServerResourcePackRemoveEvent.setResult
(ResultedEvent.GenericResult result) void
ServerResourcePackSendEvent.setResult
(ResultedEvent.GenericResult result) -
Uses of ResultedEvent.GenericResult in com.velocitypowered.api.event.proxy
Methods in com.velocitypowered.api.event.proxy that return ResultedEvent.GenericResultModifier and TypeMethodDescriptionProxyPingEvent.getResult()
Gets whether to avoid sending a ping response to the connection.Methods in com.velocitypowered.api.event.proxy with parameters of type ResultedEvent.GenericResultModifier and TypeMethodDescriptionvoid
ProxyPingEvent.setResult
(@NotNull ResultedEvent.GenericResult result) Sets whether to avoid sending a ping response to the connection.