public static enum SteamMatchmakingServerListResponse.Response extends Enum<SteamMatchmakingServerListResponse.Response>
| Enum Constant and Description |
|---|
NoServersListedOnMasterServer |
ServerFailedToRespond |
ServerResponded |
| Modifier and Type | Method and Description |
|---|---|
static SteamMatchmakingServerListResponse.Response |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamMatchmakingServerListResponse.Response[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamMatchmakingServerListResponse.Response ServerResponded
public static final SteamMatchmakingServerListResponse.Response ServerFailedToRespond
public static final SteamMatchmakingServerListResponse.Response NoServersListedOnMasterServer
public static SteamMatchmakingServerListResponse.Response[] values()
for (SteamMatchmakingServerListResponse.Response c : SteamMatchmakingServerListResponse.Response.values()) System.out.println(c);
public static SteamMatchmakingServerListResponse.Response 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 nullCopyright © 2018. All rights reserved.