public enum MasterServerRegion extends Enum<MasterServerRegion>
Enum Constant and Description |
---|
REGION_AFRICA
Africa Region Code
|
REGION_ALL
Code to display ALL Regions
|
REGION_ASIA
Asia Region Code
|
REGION_AUSTRALIA
Australia Region Code
|
REGION_EUROPE
Europe Region Code
|
REGION_MIDDLE_EAST
Middle East Region Code
|
REGION_SOUTH_AMERICA
South America Region Code
|
REGION_US_EAST_COAST
US East Coast Region Code
|
REGION_US_WEST_COAST
US West Coast Region Code
|
Modifier and Type | Method and Description |
---|---|
byte |
getHeader()
Getter for the field
header . |
static MasterServerRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterServerRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterServerRegion REGION_US_EAST_COAST
public static final MasterServerRegion REGION_US_WEST_COAST
public static final MasterServerRegion REGION_SOUTH_AMERICA
public static final MasterServerRegion REGION_EUROPE
public static final MasterServerRegion REGION_ASIA
public static final MasterServerRegion REGION_AUSTRALIA
public static final MasterServerRegion REGION_MIDDLE_EAST
public static final MasterServerRegion REGION_AFRICA
public static final MasterServerRegion REGION_ALL
public static MasterServerRegion[] values()
for (MasterServerRegion c : MasterServerRegion.values()) System.out.println(c);
public static MasterServerRegion 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 byte getHeader()
Getter for the field header
.
Copyright © 2016–2024. All rights reserved.