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 EventTaskAwaitingEventExecutor.executeAsync(E event) default @Nullable EventTaskEventHandler.executeAsync(E event) static EventTaskEventTask.resumeWhenComplete(CompletableFuture<?> future) Creates a continuation basedEventTaskfor the givenCompletableFuture.static EventTaskEventTask.withContinuation(Consumer<Continuation> task)