Interface HudPlayerHead


public interface HudPlayerHead
A player's head component.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull @Unmodifiable List<net.kyori.adventure.text.format.TextColor>
    Gets flat-layered head.
    @NotNull @Unmodifiable Map<Integer, net.kyori.adventure.text.format.TextColor>
    Gets player hair skin.
    @NotNull @Unmodifiable List<net.kyori.adventure.text.format.TextColor>
    Gets player main head skin.
  • Method Details

    • flatHead

      @NotNull @NotNull @Unmodifiable List<net.kyori.adventure.text.format.TextColor> flatHead()
      Gets flat-layered head.
      Returns:
      text colors
    • mainHead

      @NotNull @NotNull @Unmodifiable List<net.kyori.adventure.text.format.TextColor> mainHead()
      Gets player main head skin.
      Returns:
      text colors
    • hairHead

      @NotNull @NotNull @Unmodifiable Map<Integer, net.kyori.adventure.text.format.TextColor> hairHead()
      Gets player hair skin.
      Returns:
      text colors