HudPlayerHead

interface HudPlayerHead

A player's head component.

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun flatHead(): @NotNull @Unmodifiable List<TextColor>
Gets flat-layered head.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun hairHead(): @NotNull @Unmodifiable Map<Integer, TextColor>
Gets player hair skin.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun mainHead(): @NotNull @Unmodifiable List<TextColor>
Gets player main head skin.