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 TypeClassDescriptionclassRuns tasks asynchronouslyclassRuns task on an entity thread (Folia) or on the main thread (paper)classRuns task on the global thread (Folia) or on the main thread (paper)classRuns asynchronous tasks in a queue (an attempt to avoid race conditions, and probably better than not doing this)classRuns task in a region (Folia) or in the main thread (paper)