|
Minecraft Community Edition 0.1.0
|
Main application class managing multiple game instances. More...
#include <Application.hpp>
Public Member Functions | |
| Application () | |
| Default constructor. | |
| virtual int | run () override |
| Starts the application. | |
Main application class managing multiple game instances.
This class serves as the main core of the program. It manages multiple instances of Minecraft, allowing the game to run across multiple windows or monitors. Each instance can represent a different player profile, providing multi-profile gameplay without relying on splitscreen.
| mce::Application::Application | ( | ) |
Default constructor.
Initializes the application and prepares the instance manager.
|
overridevirtual |
Starts the application.
Launches all managed game instances and handles the main loop.
Implements Startup.