Class Base

java.lang.Object
net.regsirius06.engine.core.Base
All Implemented Interfaces:
Core, Loadable

public class Base extends Object implements Core
This class represents the core of the game plugin and serves as the foundation of the plugin system. It implements the Core interface, providing access to various plugin loaders.

The Base class initializes the core components for managing wall states, executable components, and labyrinth panels by creating instances of respective plugin loaders.

The class is annotated with ModId to specify its unique identifier and ImplementationOf to mark it as an implementation of the Core interface.

By implementing the Core interface, the Base class offers the following loaders:

See Also: