Package net.regsirius06.engine.core


package net.regsirius06.engine.core
Defines the core functionalities of the game engine, providing the essential foundation for game logic, plugin integration, and core system components.

This package contains essential classes and interfaces that establish the foundation of the engine's functionality, and serve as the entry points for plugin-based extensibility.

The core package serves as the main entry point of the engine, implementing the Core interface. It manages key plugin loaders that facilitate the extension and customization of the engine, including:

Key modules in this package include:

The main class in this package is Base, which acts as the fundamental core instance, ensuring that all necessary plugin components are correctly initialized and accessible throughout the engine.

Additionally, this package provides the necessary annotations, including ModId and ImplementationOf, which facilitate plugin identification and integration.

See Also: