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.GenericResultResultedEvent.GenericResult.allowed()static ResultedEvent.GenericResultResultedEvent.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 TypeMethodDescriptionvoidServerResourcePackRemoveEvent.setResult(ResultedEvent.GenericResult result) voidServerResourcePackSendEvent.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 TypeMethodDescriptionvoidProxyPingEvent.setResult(@NotNull ResultedEvent.GenericResult result) Sets whether to avoid sending a ping response to the connection.