public class BshRunnable<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
BshRunnable(@NotNull Plugin<G,A,R> plugin,
@NotNull bsh.Interpreter interpreter)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSuccess()
Returns whether the plugin has been executed successfully.
|
void |
run() |