Package net.kyori.adventure.text.object
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 TypeMethodDescriptionvoid
applySkinToPlayerHeadContents
(@NotNull PlayerHeadObjectContents.Builder builder) Applies this skin source to the given player head contents builder.
-
Method Details
-
applySkinToPlayerHeadContents
@PlatformAPI @Internal void applySkinToPlayerHeadContents(@NotNull @NotNull PlayerHeadObjectContents.Builder builder) 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
-