Interface | Description |
---|---|
PluginListener |
Interface for listeners interested in
Plugin related events. |
PluginModelListener<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Listener interface for scripting related events.
|
Class | Description |
---|---|
BshRunnable<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
A BshThread.
|
Plugin<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Model for plugins.
|
PluginConsole | |
PluginExecutor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Allows execution of
Plugins . |
PluginModel<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> | |
PluginModelLoader<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Utility class for loading plugins.
|
PluginModelParser<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> |
Converter for
Plugin instances to or from XML representation. |
PluginParameters |
Makes basic Gridarta classes available to scripts.
|
Enum | Description |
---|---|
PluginRunMode |
The run mode of a plugin plugin.
|
Exception | Description |
---|---|
PluginExecException |
Thrown to indicate a problem while executing a plugin.
|