Class LeaderboardEntry


  • public class LeaderboardEntry
    extends java.lang.Object
    Represents a single package in this response.
    • Constructor Summary

      Constructors 
      Constructor Description
      LeaderboardEntry​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverLbs.CMsgClientLBSGetLBEntriesResponse.Entry entry)  
    • Constructor Detail

      • LeaderboardEntry

        public LeaderboardEntry​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverLbs.CMsgClientLBSGetLBEntriesResponse.Entry entry)
    • Method Detail

      • getSteamID

        public SteamID getSteamID()
        Returns:
        the SteamID for this entry.
      • getGlobalRank

        public int getGlobalRank()
        Returns:
        the global rank for this entry.
      • getScore

        public int getScore()
        Returns:
        the score for this entry.
      • getDetails

        public java.util.List<java.lang.Integer> getDetails()
        Returns:
        extra game-defined information regarding how the user got that score.