Package net.md_5.bungee.api
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasCape()
boolean
hasHat()
boolean
hasJacket()
boolean
hasLeftPants()
boolean
hasLeftSleeve()
boolean
hasRightPants()
boolean
hasRightSleeve()
-