All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.md_5.bungee.api.SkinConfiguration Maven / Gradle / Ivy

There is a newer version: 1.20-R0.2
Show newest version
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