public enum PUBGStat extends Enum<PUBGStat>
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelName() |
static PUBGStat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGStat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PUBGStat RATING
public static final PUBGStat KILL_DEATH_RATIO
public static final PUBGStat WIN_RATIO
public static final PUBGStat TIME_SURVIVED
public static final PUBGStat ROUNDS_PLAYED
public static final PUBGStat WINS
public static final PUBGStat WIN_TOP_10_RATIO
public static final PUBGStat TOP_10
public static final PUBGStat TOP_10_RATIO
public static final PUBGStat LOSSES
public static final PUBGStat BEST_RATING
public static final PUBGStat DAMAGE_PER_GAME
public static final PUBGStat HEADSHOT_KILLS_PER_GAME
public static final PUBGStat HEALS_PER_GAME
public static final PUBGStat KILLS_PER_GAME
public static final PUBGStat MOVE_DISTANCE_PER_GAME
public static final PUBGStat REVIVES_PER_GAME
public static final PUBGStat ROAD_KILLS_PER_GAME
public static final PUBGStat TEAM_KILLS_PER_GAME
public static final PUBGStat TIME_SURVIVED_PER_GAME
public static final PUBGStat TOP_10_PER_GAME
public static final PUBGStat KILLS
public static final PUBGStat ASSISTS
public static final PUBGStat SUICIDES
public static final PUBGStat TEAM_KILLS
public static final PUBGStat HEADSHOT_KILLS
public static final PUBGStat HEADSHOT_KILL_RATIO
public static final PUBGStat VEHICLE_DESTROYED
public static final PUBGStat ROAD_KILLS
public static final PUBGStat DAILY_KILLS
public static final PUBGStat WEEKLY_KILLS
public static final PUBGStat ROUND_MOST_KILLS
public static final PUBGStat MAX_KILL_STREAKS
public static final PUBGStat WEAPON_ACQUIRED
public static final PUBGStat SURVIVED_DAYS
public static final PUBGStat LONGEST_TIME_SURVIVED
public static final PUBGStat MOST_SURVIVAL_TIME
public static final PUBGStat AVERAGE_SURVIVAL_TIME
public static final PUBGStat WIN_POINTS
public static final PUBGStat WALK_DISTANCE
public static final PUBGStat RIDE_DISTANCE
public static final PUBGStat MOVE_DISTANCE
public static final PUBGStat AVERAGE_WALK_DISTANCE
public static final PUBGStat AVERAGE_RIDE_DISTANCE
public static final PUBGStat LONGEST_KILL
public static final PUBGStat HEALS
public static final PUBGStat REVIVES
public static final PUBGStat BOOSTS
public static final PUBGStat DAMAGE_DEALT
public static final PUBGStat KNOCK_OUTS
public static PUBGStat[] values()
for (PUBGStat c : PUBGStat.values()) System.out.println(c);
public static PUBGStat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLabelName()
Copyright © 2017. All rights reserved.