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();

Since

3.2.0

Types

Link copied to clipboard
interface SkinData
Skin data of player.