Package net.regsirius06.engine.tasks


package net.regsirius06.engine.tasks
This package contains classes responsible for managing and initiating various tasks and operations within the application, such as running the main application, initializing plugin projects, and creating necessary data files for plugin integration.

The tasks in this package are used for setting up, configuring, and running the application, as well as for plugin initialization and project creation, making it an important part of the application's workflow.

  • Classes
    Class
    Description
    A utility class for initializing plugin data files required for loading plugins in the application.
    A utility class for generating a plugin project template.
    The entry point for launching the application.