Uses of Interface
com.velocitypowered.api.event.ResultedEvent.Result
Packages that use ResultedEvent.Result
Package
Description
Provides core support for handling events with Velocity.
Provides events for handling incoming connections to the proxy and logins.
Provides events for handling actions performed by players.
-
Uses of ResultedEvent.Result in com.velocitypowered.api.event
Classes in com.velocitypowered.api.event with type parameters of type ResultedEvent.ResultModifier and TypeInterfaceDescriptioninterfaceResultedEvent<R extends ResultedEvent.Result>Indicates an event that has a result attached to it.Classes in com.velocitypowered.api.event that implement ResultedEvent.ResultModifier and TypeClassDescriptionstatic final classRepresents an "allowed/denied" result with a reason allowed for denial.static final classA generic "allowed/denied" result. -
Uses of ResultedEvent.Result in com.velocitypowered.api.event.command
Classes in com.velocitypowered.api.event.command that implement ResultedEvent.ResultModifier and TypeClassDescriptionstatic final classRepresents the result of theCommandExecuteEvent. -
Uses of ResultedEvent.Result in com.velocitypowered.api.event.connection
Classes in com.velocitypowered.api.event.connection that implement ResultedEvent.ResultModifier and TypeClassDescriptionstatic final classA result determining whether or not to forward this message on.static final classRepresents an "allowed/allowed with forced online\offline mode/denied" result with a reason allowed for denial.static classTransfer Result of a player to another host. -
Uses of ResultedEvent.Result in com.velocitypowered.api.event.player
Subinterfaces of ResultedEvent.Result in com.velocitypowered.api.event.playerModifier and TypeInterfaceDescriptionstatic interfaceRepresents the base interface forKickedFromServerEventresults.Classes in com.velocitypowered.api.event.player that implement ResultedEvent.ResultModifier and TypeClassDescriptionstatic final classA result determining whether or not to forward the cookie response on.static final classA result determining whether or not to forward the cookie request on.static final classA result determining whether or not to forward the cookie on.static final classTells the proxy to disconnect the player with the specified reason.static final classNotifies the player with the specified message but does nothing else.static final classTells the proxy to redirect the player to another server.static final classRepresents the result of thePlayerChatEvent.static classThe result class, containing a response to the login plugin message sent by the server.static classRepresents the result of theServerPreConnectEvent.