Uses of Interface
com.velocitypowered.api.event.Continuation
Packages that use Continuation
Package
Description
Provides core support for handling events with Velocity.
-
Uses of Continuation in com.velocitypowered.api.event
Methods in com.velocitypowered.api.event with parameters of type ContinuationModifier and TypeMethodDescriptionvoid
EventTask.execute
(Continuation continuation) Runs this event task with the givenContinuation
.Method parameters in com.velocitypowered.api.event with type arguments of type ContinuationModifier and TypeMethodDescriptionstatic EventTask
EventTask.withContinuation
(Consumer<Continuation> task)