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

jdash.common.LeaderboardType Maven / Gradle / Ivy

The newest version!
package jdash.common;

/**
 * Represents a leaderboard type.
 */
public enum LeaderboardType {

    /**
     * Top players with the most stars.
     */
    TOP,

    /**
     * Friends leaderboard.
     */
    FRIENDS,

    /**
     * Leaderboard relative to the current player.
     */
    RELATIVE,

    /**
     * Top players with the most creator points.
     */
    CREATORS
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy