Package-level declarations
Exposes manager contracts for loaded BetterModel runtime state.
Managers provide access to models, players, profiles, scripts, skins, and reload information. The package defines the API surface that implementations satisfy while keeping orchestration and storage details in core.
Example:
ModelManager models = BetterModel.platform().modelManager();
var renderer = models.model("example_model");
Content copied to clipboard
Since
3.2.0
Types
Link copied to clipboard
interface ModelManager
Manages all loaded models and provides access to them.
Link copied to clipboard
interface PlayerManager
Manages player-specific data and network channels.
Link copied to clipboard
interface ProfileManager
Manages the resolution and creation of model profiles (skins).
Link copied to clipboard
Represents the context for a platform reload operation.
Link copied to clipboard
interface ScriptManager
Manages the parsing and registration of animation scripts.
Link copied to clipboard
interface SkinManager
Manages the retrieval and caching of player skins.