Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,EUniverse> |
EUniverse.values |
Modifier and Type | Method and Description |
---|---|
static EUniverse |
EUniverse.f(int mask) |
static EUniverse |
EUniverse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUniverse[] |
EUniverse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EUniverse |
MsgChannelEncryptRequest.universe |
Modifier and Type | Field and Description |
---|---|
private EUniverse |
CMClient.connectedUniverse
The universe.
|
Modifier and Type | Method and Description |
---|---|
EUniverse |
SteamID.getAccountUniverse()
Gets the account universe.
|
Modifier and Type | Method and Description |
---|---|
void |
SteamID.instancedSet(int unAccountID,
int unInstance,
EUniverse eUniverse,
EAccountType eAccountType)
Sets the various components of this SteamID instance.
|
void |
SteamID.set(int unAccountID,
EUniverse eUniverse,
EAccountType eAccountType)
Sets the various components of this SteamID instance.
|
void |
SteamID.setAccountUniverse(EUniverse value)
Sets the account universe.
|
boolean |
SteamID.setFromString(String steamId,
EUniverse eUniverse)
Sets the various components of this SteamID from a rendered form and universe.
|
Constructor and Description |
---|
SteamID(int unAccountID,
EUniverse eUniverse,
EAccountType eAccountType)
Initializes a new instance of the
SteamID class. |
SteamID(int unAccountID,
int unInstance,
EUniverse eUniverse,
EAccountType eAccountType)
Initializes a new instance of the
SteamID class. |
SteamID(String steamId,
EUniverse eUniverse)
Initializes a new instance of the
SteamID class from a rendered form and universe. |
Modifier and Type | Field and Description |
---|---|
(package private) static Map<EUniverse,byte[]> |
KeyDictionary.keys |
Modifier and Type | Method and Description |
---|---|
static byte[] |
KeyDictionary.getPublicKey(EUniverse eUniverse) |
Copyright © 2012. All Rights Reserved.