Skip to content

API Overview

Yo_Fred edited this page Aug 9, 2026 · 1 revision

API Overview

The stable public entry point is:

yofred.dev.justcore.api.JustCoreApi

It provides:

  • API version discovery
  • Companion-module registration and discovery
  • Player-state provider registration
  • Safe player-state queries without direct mod dependencies

Additional public types include JustModule, PlayerStateProvider, AuditEntry, AuditService, and StaffActionEvent.

API consumers should use documented public packages and avoid internal implementation classes.

Clone this wiki locally