Class AbstractFoliaPromise<T>
java.lang.Object
com.ticxo.modelengine.api.utils.promise.AbstractPromise<T>
com.ticxo.modelengine.api.utils.promise.AbstractFoliaPromise<T>
- Direct Known Subclasses:
EntityPromise
,GlobalPromise
,RegionPromise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
executeAsync
(Runnable runnable) protected final void
executeAsync
(Runnable runnable, int delay) Methods inherited from class com.ticxo.modelengine.api.utils.promise.AbstractPromise
cancel, createEmpty, executeSync, executeSync, get, get, isCancelled, isDone, runAsync, runAsyncDelay, runSync, runSyncDelay, supplyAsync, supplyAsyncDelay, supplySync, supplySyncDelay, thenApplyAsync, thenApplyAsyncDelay, thenApplySync, thenApplySyncDelay
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ticxo.modelengine.api.utils.promise.Promise
thenAcceptAsync, thenAcceptAsyncDelay, thenAcceptSync, thenAcceptSyncDelay, thenRunAsync, thenRunAsyncDelay, thenRunSync, thenRunSyncDelay
-
Constructor Details
-
AbstractFoliaPromise
protected AbstractFoliaPromise() -
AbstractFoliaPromise
-
-
Method Details
-
executeAsync
- Specified by:
executeAsync
in classAbstractPromise<T>
-
executeAsync
- Specified by:
executeAsync
in classAbstractPromise<T>
-