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 TypeInterfaceDescriptioninterface
ResultedEvent<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 class
Represents an "allowed/denied" result with a reason allowed for denial.static final class
A 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 class
Represents 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 class
A result determining whether or not to forward this message on.static final class
Represents an "allowed/allowed with forced online\offline mode/denied" result with a reason allowed for denial.static class
Transfer 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 interface
Represents the base interface forKickedFromServerEvent
results.Classes in com.velocitypowered.api.event.player that implement ResultedEvent.ResultModifier and TypeClassDescriptionstatic final class
A result determining whether or not to forward the cookie response on.static final class
A result determining whether or not to forward the cookie request on.static final class
A result determining whether or not to forward the cookie on.static final class
Tells the proxy to disconnect the player with the specified reason.static final class
Notifies the player with the specified message but does nothing else.static final class
Tells the proxy to redirect the player to another server.static final class
Represents the result of thePlayerChatEvent
.static class
The result class, containing a response to the login plugin message sent by the server.static class
Represents the result of theServerPreConnectEvent
.