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.ComponentResultModifier and TypeMethodDescriptionResultedEvent.ComponentResult.allowed()Returns a result indicating the event is allowed to proceed.Returns a result indicating the event is denied, with the given reason component. -
Uses of ResultedEvent.ComponentResult in com.velocitypowered.api.event.connection
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)