Uses of Class
org.sgrewritten.stargate.thread.task.StargateTask
Packages that use StargateTask
-
Uses of StargateTask in org.sgrewritten.stargate.thread.task
Subclasses of StargateTask in org.sgrewritten.stargate.thread.taskModifier and TypeClassDescriptionclass
Runs tasks asynchronouslyclass
Runs task on an entity thread (Folia) or on the main thread (paper)class
Runs task on the global thread (Folia) or on the main thread (paper)class
Runs asynchronous tasks in a queue (an attempt to avoid race conditions, and probably better than not doing this)class
Runs task in a region (Folia) or in the main thread (paper)