SkinParts

interface SkinParts

The parts of the skin that are shown on a player.

Functions

Link copied to clipboard
abstract fun hasCape(): Boolean

Whether the cape is shown.

Link copied to clipboard
abstract fun hasHat(): Boolean

Whether the hat is shown.

Link copied to clipboard
abstract fun hasJacket(): Boolean

Whether the jacket is shown.

Link copied to clipboard
abstract fun hasLeftPants(): Boolean

Whether the left half of the pants is shown.

Link copied to clipboard
abstract fun hasLeftSleeve(): Boolean

Whether the left sleeve is shown.

Link copied to clipboard
abstract fun hasRightPants(): Boolean

Whether the right half of the pants is shown.

Link copied to clipboard
abstract fun hasRightSleeve(): Boolean

Whether the right sleeve is shown.