Package-level declarations
Defines model profile and player skin lookup contracts.
Profiles describe player identity, texture information, profile suppliers, and skin payloads used by player model rendering. Implementations can resolve or cache profile data while consumers depend only on these API records and interfaces.
Example:
ProfileManager profiles = BetterModel.platform().profileManager();
ModelProfile.Uncompleted profile = profiles.supplier().supply(player);
Content copied to clipboard
Since
3.2.0
Types
Link copied to clipboard
interface ModelProfile
Model skin
Link copied to clipboard
Profile info
Link copied to clipboard
Profile skin
Link copied to clipboard
interface ModelProfileSupplier
Profile supplier