net.md_5.bungee.api.SkinConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bungeecord-api Show documentation
Show all versions of bungeecord-api Show documentation
API implemented by the Elastic Portal Suite
package net.md_5.bungee.api;
/**
* Represents a player's skin settings. These settings can be changed by the
* player under Skin Configuration in the Options menu.
*/
public interface SkinConfiguration
{
boolean hasCape();
boolean hasJacket();
boolean hasLeftSleeve();
boolean hasRightSleeve();
boolean hasLeftPants();
boolean hasRightPants();
boolean hasHat();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy