SkriptThreadProvider
Class
Provides {@link ScriptThread}s for the runtime to use.
Extends
Object
Implements
ThreadFactory
Modifiers
public
Constructors
new SkriptThreadProvider ()
ConstructorNo description is available for this element.
Return Type
SkriptThreadProvider
Modifiers
public
Fields
counter
FieldNo description is available for this element.
Type
int
Modifiers
volatile
Methods
getHandler ()
MethodNo description is available for this element.
Return Type
UncaughtExceptionHandler
Modifiers
public
newThread (OperationController, Runnable, boolean)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OperationController | controller |
2 | Runnable | runnable |
3 | boolean | inheritLocals |
Return Type
ScriptThread
Modifiers
public synchronized
newThread (Runnable)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Runnable | r |
Return Type
Thread
Modifiers
public
setSkriptInstance (Skript)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Skript | skript |
Return Type
void
Modifiers
public