ScriptFinishFuture

Class

No description is available for this element.
Extends

Object

Implements

Future

Modifiers

public

Constructors


new ScriptFinishFuture (Skript)

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

ScriptFinishFuture

Modifiers

public


Fields


thread

Field
No description is available for this element.
Type

ScriptThread

Modifiers

public

value

Field
No description is available for this element.
Type

Object

Modifiers

protected



Methods


get ()

Method
No description is available for this element.
Return Type

Object

Modifiers

public

get (long, TimeUnit)

Method
No description is available for this element.
IndexTypeName
1longtimeout
2TimeUnitunit
Return Type

Object

Modifiers

public

value (Object)

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

void

Modifiers

public

finish ()

Method
No description is available for this element.
Return Type

void

Modifiers

public

cancel (boolean)

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

boolean

Modifiers

public

isCancelled ()

Method
No description is available for this element.
Return Type

boolean

Modifiers

public

isDone ()

Method
No description is available for this element.
Return Type

boolean

Modifiers

public