Interface SkinConfiguration


public interface SkinConfiguration
Represents a player's skin settings. These settings can be changed by the player under Skin Configuration in the Options menu.
  • Method Details

    • hasCape

      boolean hasCape()
    • hasJacket

      boolean hasJacket()
    • hasLeftSleeve

      boolean hasLeftSleeve()
    • hasRightSleeve

      boolean hasRightSleeve()
    • hasLeftPants

      boolean hasLeftPants()
    • hasRightPants

      boolean hasRightPants()
    • hasHat

      boolean hasHat()