Package com.velocitypowered.api.event
Class EventTask.Basic
- java.lang.Object
-
- com.velocitypowered.api.event.EventTask
-
- com.velocitypowered.api.event.EventTask.Basic
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.velocitypowered.api.event.EventTask
EventTask.Basic, EventTask.WithContinuation
-
-
Constructor Summary
Constructors Constructor Description Basic()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
run()
Runs the task.-
Methods inherited from class com.velocitypowered.api.event.EventTask
async, asyncWithContinuation, of, requiresAsync, resumeWhenComplete, withContinuation
-
-