Uses of Class
com.velocitypowered.api.event.ResultedEvent.ComponentResult
Packages that use ResultedEvent.ComponentResult
Package
Description
Provides core support for handling events with Velocity.
Provides events for handling incoming connections to the proxy and logins.
-
Uses of ResultedEvent.ComponentResult in com.velocitypowered.api.event
Methods in com.velocitypowered.api.event that return ResultedEvent.ComponentResult -
Uses of ResultedEvent.ComponentResult in com.velocitypowered.api.event.connection
Classes in com.velocitypowered.api.event.connection that implement interfaces with type arguments of type ResultedEvent.ComponentResultModifier and TypeClassDescriptionfinal classThis event is fired once the player has been authenticated, but before they connect to a server.Methods in com.velocitypowered.api.event.connection that return ResultedEvent.ComponentResultMethods in com.velocitypowered.api.event.connection with parameters of type ResultedEvent.ComponentResultModifier and TypeMethodDescriptionvoidLoginEvent.setResult(ResultedEvent.ComponentResult result)