Gridarta Editor
|
Public Member Functions | |
BshRunnable (@NotNull final Plugin< G, A, R > plugin, @NotNull final Interpreter interpreter) | |
boolean | isSuccess () |
void | run () |
Private Attributes | |
final Interpreter | interpreter |
final Plugin< G, A, R > | plugin |
boolean | success |
net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshRunnable | ( | @NotNull final Plugin< G, A, R > | plugin, |
@NotNull final Interpreter | interpreter | ||
) |
Creates a new instance.
plugin | the plugin model for this thread |
interpreter | the interpreter for this thread |
Definition at line 58 of file BshRunnable.java.
References net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.interpreter, and net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.plugin.
boolean net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.isSuccess | ( | ) |
Returns whether the plugin has been executed successfully.
Definition at line 78 of file BshRunnable.java.
void net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.run | ( | ) |
Definition at line 64 of file BshRunnable.java.
References net.sf.gridarta.plugin.Plugin< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getCode(), net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.interpreter, net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.plugin, and net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.success.
|
private |
The Interpreter of this BshThread.
Definition at line 46 of file BshRunnable.java.
Referenced by net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshRunnable(), and net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.run().
|
private |
The PluginModel of this BshThread.
Definition at line 40 of file BshRunnable.java.
Referenced by net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.BshRunnable(), and net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.run().
|
private |
Whether the plugin has been executed successfully.
Definition at line 51 of file BshRunnable.java.
Referenced by net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.isSuccess(), and net.sf.gridarta.plugin.BshRunnable< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.run().