Package-level declarations

Provides mod-platform entry points for the BetterModel API.

This package focuses on the mod runtime implementation surface for the generic API module. It exposes the mod-specific access point used by Fabric or similar mod integrations while keeping consumers aligned with the shared BetterModel contracts.

Example:


BetterModelMod api = ...;
var platform = api.platform();

Since

3.2.0

Types

Link copied to clipboard
Represents the Mod-specific platform interface for BetterModel.