Class SkinParts
java.lang.Object
com.velocitypowered.api.proxy.player.SkinParts
Represents what, if any, extended parts of the skin this player has.
-
Constructor Details
-
SkinParts
public SkinParts(byte skinBitmask)
-
-
Method Details
-
hasCape
public boolean hasCape() -
hasJacket
public boolean hasJacket() -
hasLeftSleeve
public boolean hasLeftSleeve() -
hasRightSleeve
public boolean hasRightSleeve() -
hasLeftPants
public boolean hasLeftPants() -
hasRightPants
public boolean hasRightPants() -
hasHat
public boolean hasHat() -
equals
-
hashCode
public int hashCode()
-