Components Map

Architecture-level map of MCX runtime components. This page helps developers understand where each concern lives.

LayerPath
include/mcxinclude/mcx/action_applier.hpp
include/mcxinclude/mcx/actions.hpp
include/mcxinclude/mcx/async_worker.hpp
include/mcxinclude/mcx/backup_manager.hpp
include/mcxinclude/mcx/ban_manager.hpp
include/mcxinclude/mcx/chat_filter.hpp
include/mcxinclude/mcx/command_parser.hpp
include/mcxinclude/mcx/command_registry.hpp
include/mcxinclude/mcx/config_loader.hpp
include/mcxinclude/mcx/config_validator.hpp
include/mcxinclude/mcx/config_watcher.hpp
include/mcxinclude/mcx/console.hpp
include/mcxinclude/mcx/economy_manager.hpp
include/mcxinclude/mcx/entity_manager.hpp
include/mcxinclude/mcx/event_bus.hpp
include/mcxinclude/mcx/events.hpp
include/mcxinclude/mcx/export.hpp
include/mcxinclude/mcx/file_logger.hpp
include/mcxinclude/mcx/http_client.hpp
include/mcxinclude/mcx/imodule.hpp
include/mcxinclude/mcx/kit_manager.hpp
include/mcxinclude/mcx/log.hpp
include/mcxinclude/mcx/lua_runtime.hpp
include/mcxinclude/mcx/metrics.hpp
include/mcxinclude/mcx/minecraft_bridge.hpp
include/mcxinclude/mcx/module_loader.hpp
include/mcxinclude/mcx/network_bridge.hpp
include/mcxinclude/mcx/packet_serializer.hpp
include/mcxinclude/mcx/paper_bridge.hpp
include/mcxinclude/mcx/permissions.hpp
include/mcxinclude/mcx/player_registry.hpp
include/mcxinclude/mcx/protocol.hpp
include/mcxinclude/mcx/rcon.hpp
include/mcxinclude/mcx/scene_manager.hpp
include/mcxinclude/mcx/scheduler.hpp
include/mcxinclude/mcx/script_runtime.hpp
include/mcxinclude/mcx/script_runtime_hardcoded.hpp
include/mcxinclude/mcx/server.hpp
include/mcxinclude/mcx/setup_wizard.hpp
include/mcxinclude/mcx/signal_handler.hpp
include/mcxinclude/mcx/stats_manager.hpp
include/mcxinclude/mcx/teleport_manager.hpp
include/mcxinclude/mcx/thread_scheduler.hpp
include/mcxinclude/mcx/update_checker.hpp
include/mcxinclude/mcx/websocket_server.hpp
include/mcxinclude/mcx/world_manager.hpp
src/coresrc/core/action_applier.cpp
src/coresrc/core/action_utils.cpp
src/coresrc/core/async_worker.cpp
src/coresrc/core/backup_manager.cpp
src/coresrc/core/ban_manager.cpp
src/coresrc/core/chat_filter.cpp
src/coresrc/core/command_parser.cpp
src/coresrc/core/command_registry.cpp
src/coresrc/core/config_loader.cpp
src/coresrc/core/config_validator.cpp
src/coresrc/core/config_watcher.cpp
src/coresrc/core/console.cpp
src/coresrc/core/economy_manager.cpp
src/coresrc/core/entity_manager.cpp
src/coresrc/core/event_bus.cpp
src/coresrc/core/event_utils.cpp
src/coresrc/core/file_logger.cpp
src/coresrc/core/http_client.cpp
src/coresrc/core/kit_manager.cpp
src/coresrc/core/log.cpp
src/coresrc/core/lua_runtime.cpp
src/coresrc/core/module_loader.cpp
src/coresrc/core/packet_serializer.cpp
src/coresrc/core/permissions.cpp
src/coresrc/core/player_registry.cpp
src/coresrc/core/protocol.cpp
src/coresrc/core/rcon.cpp
src/coresrc/core/scene_manager.cpp
src/coresrc/core/scheduler.cpp
src/coresrc/core/script_runtime_dummy.cpp
src/coresrc/core/script_runtime_hardcoded.cpp
src/coresrc/core/server.cpp
src/coresrc/core/setup_wizard.cpp
src/coresrc/core/signal_handler.cpp
src/coresrc/core/stats_manager.cpp
src/coresrc/core/teleport_manager.cpp
src/coresrc/core/thread_scheduler.cpp
src/coresrc/core/update_checker.cpp
src/coresrc/core/websocket_server.cpp
src/coresrc/core/world_manager.cpp
src/integrationsrc/integration/fake_event_source.cpp
src/integrationsrc/integration/minecraft_bridge_dummy.cpp
src/integrationsrc/integration/network_bridge.cpp
src/integrationsrc/integration/paper_bridge.cpp