Package net.regsirius06.engine.core.executables


package net.regsirius06.engine.core.executables
Provides implementations of the Executable interface.

This package contains executable commands that can be invoked within the game engine. The primary implementation in this package is Help, which extends InfoExecutable to provide core information about the game engine.

The classes in this package use the ImplementationOf annotation to indicate that they implement the Executable interface. This enables automatic discovery and integration of these commands within the engine.

See Also: