public enum PlayerStatsType extends java.lang.Enum<PlayerStatsType>
| Enum Constant and Description |
|---|
AramUnranked5x5 |
Ascension |
Bilgewater |
CAP5x5 |
CoopVsAI |
CoopVsAI3x3 |
CounterPick |
FirstBlood1x1 |
FirstBlood2x2 |
Hexakill |
KingPoro |
NightmareBot |
OdinUnranked |
OneForAll5x5 |
RankedPremade3x3 |
RankedPremade5x5 |
RankedSolo5x5 |
RankedTeam3x3 |
RankedTeam5x5 |
SummonersRift6x6 |
Unranked |
Unranked3x3 |
URF |
URFBots |
| Modifier and Type | Method and Description |
|---|---|
static PlayerStatsType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerStatsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerStatsType AramUnranked5x5
public static final PlayerStatsType Ascension
public static final PlayerStatsType CAP5x5
public static final PlayerStatsType CoopVsAI
public static final PlayerStatsType CoopVsAI3x3
public static final PlayerStatsType CounterPick
public static final PlayerStatsType FirstBlood1x1
public static final PlayerStatsType FirstBlood2x2
public static final PlayerStatsType Hexakill
public static final PlayerStatsType KingPoro
public static final PlayerStatsType NightmareBot
public static final PlayerStatsType OdinUnranked
public static final PlayerStatsType OneForAll5x5
public static final PlayerStatsType RankedPremade3x3
public static final PlayerStatsType RankedPremade5x5
public static final PlayerStatsType RankedSolo5x5
public static final PlayerStatsType RankedTeam3x3
public static final PlayerStatsType RankedTeam5x5
public static final PlayerStatsType SummonersRift6x6
public static final PlayerStatsType Unranked
public static final PlayerStatsType Unranked3x3
public static final PlayerStatsType URF
public static final PlayerStatsType URFBots
public static final PlayerStatsType Bilgewater
public static PlayerStatsType[] values()
for (PlayerStatsType c : PlayerStatsType.values()) System.out.println(c);
public static PlayerStatsType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null