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.Mutable
allParts()
Creates a new instance ofSkinParts
with all parts enabled.int
getRaw()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
allParts
Creates a new instance ofSkinParts
with all parts enabled.- Returns:
- a new
SkinParts
instance
-
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()
-