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
Classes in com.velocitypowered.api.event.player that implement interfaces with type arguments of type ResultedEvent.GenericResultModifier and TypeClassDescriptionclassThis event is fired when the downstream server tries to remove a resource pack from player or clear all of them.classThis event is fired when the downstream server tries to send a player a ResourcePack packet.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
Classes in com.velocitypowered.api.event.proxy that implement interfaces with type arguments of type ResultedEvent.GenericResultModifier and TypeClassDescriptionfinal classThis event is fired when a request for server information is sent by a remote client, or when the server sends the MOTD and favicon to the client after a successful login.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.