public class GridartaEditor<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
extends java.lang.Object
| Constructor and Description |
|---|
GridartaEditor(@NotNull java.lang.String tipOfTheDayPackage)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(@NotNull java.lang.String actionBuilderPackage,
@NotNull java.lang.String editorJarName,
@NotNull EditorFactory<G,A,R> editorFactory,
@Nullable java.lang.String defaultConfig,
java.lang.String... args)
Runs the editor.
|
public GridartaEditor(@NotNull
@NotNull java.lang.String tipOfTheDayPackage)
tipOfTheDayPackage - the package name for tip of the day messagespublic void run(@NotNull
@NotNull java.lang.String actionBuilderPackage,
@NotNull
@NotNull java.lang.String editorJarName,
@NotNull
@NotNull EditorFactory<G,A,R> editorFactory,
@Nullable
@Nullable java.lang.String defaultConfig,
@NotNull
java.lang.String... args)
actionBuilderPackage - the package name for creating an action
buildereditorJarName - the name of the .jar file containing the executableeditorFactory - the editor factory to usedefaultConfig - the default config file or null to use
Java's preferencesargs - the command line parameters given to the level editor