Package com.destroystokyo.paper
Interface SkinParts
- All Known Subinterfaces:
SkinParts.Mutable
Represents the different parts of a player's skin that can be toggled on or off.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SkinParts.MutableallParts()Creates a new instance ofSkinPartswith all parts enabled.intgetRaw()booleanbooleanbooleanbooleanbooleanbooleanboolean
-
Method Details
-
allParts
Creates a new instance ofSkinPartswith all parts enabled.- Returns:
- a new
SkinPartsinstance
-
hasCapeEnabled
boolean hasCapeEnabled() -
hasJacketEnabled
boolean hasJacketEnabled() -
hasLeftSleeveEnabled
boolean hasLeftSleeveEnabled() -
hasRightSleeveEnabled
boolean hasRightSleeveEnabled() -
hasLeftPantsEnabled
boolean hasLeftPantsEnabled() -
hasRightPantsEnabled
boolean hasRightPantsEnabled() -
hasHatsEnabled
boolean hasHatsEnabled() -
getRaw
int getRaw() -
mutableCopy
SkinParts.Mutable mutableCopy()
-