 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.plugin;
23 import bsh.Interpreter;
27 import org.jetbrains.annotations.NotNull;
69 }
catch (
final EvalError e) {
Base package of all Gridarta classes.
final Interpreter interpreter
The Interpreter of this BshThread.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
final Plugin< G, A, R > plugin
The PluginModel of this BshThread.
Interface for MapArchObjects.
BshRunnable(@NotNull final Plugin< G, A, R > plugin, @NotNull final Interpreter interpreter)
Creates a new instance.
boolean success
Whether the plugin has been executed successfully.
String getCode()
Returns the executable code of this plugin.
boolean isSuccess()
Returns whether the plugin has been executed successfully.