Interface PlayerHeadObjectContents.SkinSource
- Enclosing interface:
PlayerHeadObjectContents
public static interface PlayerHeadObjectContents.SkinSource
A source of player skin data.
- Since:
- 4.25.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidApplies this skin source to the given player head contents builder.
-
Method Details
-
applySkinToPlayerHeadContents
Applies this skin source to the given player head contents builder.The name, id, and properties will be cleared prior to calling by the builder.
- Parameters:
builder- builder to apply to
-