Class LeaderboardEntry
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamuserstats.LeaderboardEntry
-
public class LeaderboardEntry extends java.lang.ObjectRepresents a single package in this response.
-
-
Constructor Summary
Constructors Constructor Description LeaderboardEntry(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserverLbs.CMsgClientLBSGetLBEntriesResponse.Entry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Integer>getDetails()intgetGlobalRank()intgetScore()SteamIDgetSteamID()UGCHandlegetUgcId()
-
-
-
Method Detail
-
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.
-
-