void run(@NotNull final String actionBuilderPackage, @NotNull final String editorJarName, @NotNull final EditorFactory< G, A, R > editorFactory, @Nullable final String defaultConfig, @NotNull final String... args)
Runs the editor.
An EditorFactory that creates Crossfire objects.
Main class, launches the level editor application.
static void main(@NotNull final String... args)
The main method that is invoked by the Java Runtime.
CrossfireEditor()
Prevent instantiation (UtilityClass).
Main class of the editor; parses command-line arguments, initializes and starts the editor.