ScriptFinishFuture
Class
No description is available for this element.
Extends
Object
Implements
Future
Modifiers
public
Constructors
new ScriptFinishFuture (Skript)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Skript | skript |
Return Type
ScriptFinishFuture
Modifiers
public
Fields
thread
FieldNo description is available for this element.
Type
ScriptThread
Modifiers
public
value
FieldNo description is available for this element.
Type
Object
Modifiers
protected
Methods
get ()
MethodNo description is available for this element.
Return Type
Object
Modifiers
public
get (long, TimeUnit)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | long | timeout |
2 | TimeUnit | unit |
Return Type
Object
Modifiers
public
value (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | object |
Return Type
void
Modifiers
public
finish ()
MethodNo description is available for this element.
Return Type
void
Modifiers
public
cancel (boolean)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | boolean | mayInterruptIfRunning |
Return Type
boolean
Modifiers
public
isCancelled ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public
isDone ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public