createMindHost

public MindHost createMindHost(MindFailureListener failureListener)

Creates the version-specific native Mind host. Every supported adapter uses the shared native runtime compiled against its own Minecraft mappings.


public MindHost createMindHost(NamespacedKey hostIdentity, MindFailureListener failureListener)

Creates a native Mind host with a stable owner identity persisted on every carrier. Separate shaded MagmaCore hosts must use different identities.


public MindHost createMindHost(NamespacedKey hostIdentity, MindFailureListener failureListener, MindActionSink actionSink)

Creates a native Mind host with a synchronous semantic action sink. The sink runs on the server thread inside the requesting Mind callback's execution budget.