Skip to content

API & Event System Guide (For Developers)

xiaoshi2024 edited this page Aug 20, 2026 · 2 revisions

Applicable Versions: MCA: Romantic Expansion 1.0.6+ (Minecraft 1.21.1 / NeoForge 21.1.228+)


Overview

The mod provides a public API for other mod developers to integrate with and extend the romance system. This allows your mod to interact with affection, proposals, marriages, and other romantic events in a clean and compatible way.


Public API Interfaces

Interface | Description -- | -- IAffectionManager | Manage affection values between players IRelationshipManager | Manage relationship states (engaged, married, etc.) IRomanticEvent | Base interface for all romantic events

Clone this wiki locally