Interface PlayerHeadObjectContents.SkinSource
- All Superinterfaces:
ObjectContentsLike
- Enclosing interface:
PlayerHeadObjectContents
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.default ObjectContentsGets anObjectContentsrepresentation.
-
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
-
asObjectContents
Description copied from interface:ObjectContentsLikeGets anObjectContentsrepresentation.- Specified by:
asObjectContentsin interfaceObjectContentsLike- Returns:
- the object contents
-