Package-level declarations
Contains player skin data used by rendered model bones.
Skin data describes the resolved texture and appearance information needed by player skin renderers. It is an API data contract and does not perform profile lookup or platform-specific texture application.
Example:
SkinData skin = context.skin();
ModelProfile profile = skin.profile();
Content copied to clipboard
Since
3.2.0