Interface SkinData


public interface SkinData
Skin data of player.
  • Method Details

    • profile

      @NotNull @NotNull ModelProfile profile()
      Gets model skin
      Returns:
      skin
    • head

      @NotNull @NotNull TransformedItemStack head(@NotNull @NotNull PlayerArmor armor)
      Gets head part
      Parameters:
      armor - armor
      Returns:
      head
    • hip

      @NotNull @NotNull TransformedItemStack hip(@NotNull @NotNull PlayerArmor armor)
      Gets hip part
      Parameters:
      armor - armor
      Returns:
      hip
    • waist

      @NotNull @NotNull TransformedItemStack waist(@NotNull @NotNull PlayerArmor armor)
      Gets waist part
      Parameters:
      armor - armor
      Returns:
      waist
    • chest

      @NotNull @NotNull TransformedItemStack chest(@NotNull @NotNull PlayerArmor armor)
      Gets chest part
      Parameters:
      armor - armor
      Returns:
      chest
    • leftArm

      @NotNull @NotNull TransformedItemStack leftArm(@NotNull @NotNull PlayerArmor armor)
      Gets left arm part
      Parameters:
      armor - armor
      Returns:
      left arm
    • leftForeArm

      @NotNull @NotNull TransformedItemStack leftForeArm()
      Gets left forearm part
      Returns:
      left forearm
    • rightArm

      @NotNull @NotNull TransformedItemStack rightArm(@NotNull @NotNull PlayerArmor armor)
      Gets right arm part
      Parameters:
      armor - armor
      Returns:
      right arm
    • rightForeArm

      @NotNull @NotNull TransformedItemStack rightForeArm()
      Gets right forearm part
      Returns:
      right forearm
    • leftLeg

      @NotNull @NotNull TransformedItemStack leftLeg(@NotNull @NotNull PlayerArmor armor)
      Gets left leg part
      Parameters:
      armor - armor
      Returns:
      left leg
    • leftForeLeg

      @NotNull @NotNull TransformedItemStack leftForeLeg(@NotNull @NotNull PlayerArmor armor)
      Gets left foreleg part
      Parameters:
      armor - armor
      Returns:
      left foreleg
    • rightLeg

      @NotNull @NotNull TransformedItemStack rightLeg(@NotNull @NotNull PlayerArmor armor)
      Gets right leg part
      Parameters:
      armor - armor
      Returns:
      right leg
    • rightForeLeg

      @NotNull @NotNull TransformedItemStack rightForeLeg(@NotNull @NotNull PlayerArmor armor)
      Gets right foreleg part
      Parameters:
      armor - armor
      Returns:
      right foreleg
    • cape

      @Nullable @Nullable TransformedItemStack cape(@NotNull @NotNull PlayerArmor armor)
      Gets cape
      Parameters:
      armor - armor
      Returns:
      cape