Class EngineTasks
- java.lang.Object
-
- org.rspeer.game.provider.callback.EngineTasks
-
public class EngineTasks extends Object
-
-
Constructor Summary
Constructors Constructor Description EngineTasks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
flush(RSClient ctx)
void
offer(Runnable execution)
CompletableFuture<Object>
offer(Function<RSClient,Object> synchronizedExecution)
void
offer(Action action)
-