SkriptThreadProvider

Class

Provides {@link ScriptThread}s for the runtime to use.

Extends

Object

Implements

ThreadFactory

Modifiers

public

Constructors


new SkriptThreadProvider ()

Constructor
No description is available for this element.
Return Type

SkriptThreadProvider

Modifiers

public


Fields


counter

Field
No description is available for this element.
Type

int

Modifiers

volatile



Methods


getHandler ()

Method
No description is available for this element.
Return Type

UncaughtExceptionHandler

Modifiers

public

newThread (OperationController, Runnable, boolean)

Method
No description is available for this element.
IndexTypeName
1OperationControllercontroller
2Runnablerunnable
3booleaninheritLocals
Return Type

ScriptThread

Modifiers

public synchronized

newThread (Runnable)

Method
No description is available for this element.
IndexTypeName
1Runnabler
Return Type

Thread

Modifiers

public

setSkriptInstance (Skript)

Method
No description is available for this element.
IndexTypeName
1Skriptskript
Return Type

void

Modifiers

public