Uses of Interface
com.velocitypowered.api.event.EventTask
Packages that use EventTask
Package
Description
Provides core support for handling events with Velocity.
-
Uses of EventTask in com.velocitypowered.api.event
Methods in com.velocitypowered.api.event that return EventTaskModifier and TypeMethodDescriptionstatic EventTask
@Nullable EventTask
AwaitingEventExecutor.executeAsync
(E event) default @Nullable EventTask
EventHandler.executeAsync
(E event) static EventTask
EventTask.resumeWhenComplete
(CompletableFuture<?> future) Creates a continuation basedEventTask
for the givenCompletableFuture
.static EventTask
EventTask.withContinuation
(Consumer<Continuation> task)