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 voidexecuteAsync(Runnable runnable) protected final voidexecuteAsync(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, thenApplySyncDelayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
executeAsyncin classAbstractPromise<T>
-
executeAsync
- Specified by:
executeAsyncin classAbstractPromise<T>
-