| Modifier and Type | Method and Description |
|---|---|
static SteamID |
SteamID.createFromNativeHandle(long id)
Creates a SteamID instance from a long value previously obtained by
SteamNativeHandle.getNativeHandle(SteamNativeHandle). |
SteamID |
SteamApps.getAppOwner() |
SteamID |
SteamFriends.getFriendByIndex(int friend,
Collection<SteamFriends.FriendFlags> friendFlags) |
SteamID |
SteamFriends.getFriendByIndex(int friend,
SteamFriends.FriendFlags friendFlag) |
SteamID |
SteamMatchmaking.getLobbyByIndex(int lobby) |
SteamID |
SteamMatchmaking.getLobbyMemberByIndex(SteamID steamIDLobby,
int memberIndex) |
SteamID |
SteamMatchmaking.getLobbyOwner(SteamID steamIDLobby) |
SteamID |
SteamUGCDetails.getOwnerID() |
SteamID |
SteamMatchmakingGameServerItem.getSteamID() |
SteamID |
SteamUser.getSteamID() |
SteamID |
SteamFriends.FriendGameInfo.getSteamIDLobby() |
SteamID |
SteamMatchmaking.ChatEntry.getSteamIDUser() |
SteamID |
SteamLeaderboardEntry.getSteamIDUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SteamNetworking.acceptP2PSessionWithUser(SteamID steamIDRemote) |
void |
SteamFriends.activateGameOverlayInviteDialog(SteamID steamIDLobby) |
void |
SteamFriends.activateGameOverlayToUser(SteamFriends.OverlayToUserDialog dialog,
SteamID steamID) |
void |
SteamMatchmaking.addRequestLobbyListCompatibleMembersFilter(SteamID steamIDLobby) |
void |
SteamUser.advertiseGame(SteamID steamIDGameServer,
int serverIP,
short serverPort) |
SteamAuth.BeginAuthSessionResult |
SteamUser.beginAuthSession(ByteBuffer authTicket,
SteamID steamID) |
boolean |
SteamNetworking.closeP2PChannelWithUser(SteamID steamIDRemote,
int channel) |
boolean |
SteamNetworking.closeP2PSessionWithUser(SteamID steamIDRemote) |
boolean |
SteamMatchmaking.deleteLobbyData(SteamID steamIDLobby,
String key) |
SteamAPICall |
SteamUserStats.downloadLeaderboardEntriesForUsers(SteamLeaderboardHandle leaderboard,
SteamID[] users) |
void |
SteamUser.endAuthSession(SteamID steamID) |
boolean |
SteamFriends.getFriendGamePlayed(SteamID steamIDFriend,
SteamFriends.FriendGameInfo friendGameInfo) |
String |
SteamFriends.getFriendPersonaName(SteamID steamIDFriend) |
SteamFriends.PersonaState |
SteamFriends.getFriendPersonaState(SteamID steamIDFriend) |
SteamFriends.FriendRelationship |
SteamFriends.getFriendRelationship(SteamID steamIDFriend) |
String |
SteamFriends.getFriendRichPresence(SteamID steamIDFriend,
String key) |
String |
SteamFriends.getFriendRichPresenceKeyByIndex(SteamID steamIDFriend,
int index) |
int |
SteamFriends.getFriendRichPresenceKeyCount(SteamID steamIDFriend) |
int |
SteamFriends.getLargeFriendAvatar(SteamID steamID) |
int |
SteamMatchmaking.getLobbyChatEntry(SteamID steamIDLobby,
int chatID,
SteamMatchmaking.ChatEntry chatEntry,
ByteBuffer dest)
Read incoming chat entry into a
SteamMatchmaking.ChatEntry structure,
and a direct ByteBuffer. |
String |
SteamMatchmaking.getLobbyData(SteamID steamIDLobby,
String key) |
boolean |
SteamMatchmaking.getLobbyDataByIndex(SteamID steamIDLobby,
int lobbyDataIndex,
SteamMatchmakingKeyValuePair keyValuePair) |
int |
SteamMatchmaking.getLobbyDataCount(SteamID steamIDLobby) |
boolean |
SteamMatchmaking.getLobbyGameServer(SteamID steamIDLobby,
int[] gameServerIP,
short[] gameServerPort,
SteamID steamIDGameServer) |
SteamID |
SteamMatchmaking.getLobbyMemberByIndex(SteamID steamIDLobby,
int memberIndex) |
String |
SteamMatchmaking.getLobbyMemberData(SteamID steamIDLobby,
SteamID steamIDUser,
String key) |
int |
SteamMatchmaking.getLobbyMemberLimit(SteamID steamIDLobby) |
SteamID |
SteamMatchmaking.getLobbyOwner(SteamID steamIDLobby) |
int |
SteamFriends.getMediumFriendAvatar(SteamID steamID) |
int |
SteamMatchmaking.getNumLobbyMembers(SteamID steamIDLobby) |
boolean |
SteamNetworking.getP2PSessionState(SteamID steamIDRemote,
SteamNetworking.P2PSessionState connectionState) |
int |
SteamFriends.getSmallFriendAvatar(SteamID steamID) |
int |
SteamUser.initiateGameConnection(ByteBuffer authBlob,
SteamID steamIDGameServer,
int serverIP,
short serverPort,
boolean secure) |
boolean |
SteamFriends.inviteUserToGame(SteamID steamIDFriend,
String connectString) |
boolean |
SteamMatchmaking.inviteUserToLobby(SteamID steamIDLobby,
SteamID steamIDInvitee) |
SteamAPICall |
SteamMatchmaking.joinLobby(SteamID steamIDLobby) |
void |
SteamMatchmaking.leaveLobby(SteamID steamIDLobby) |
void |
SteamFriendsCallback.onAvatarImageLoaded(SteamID steamID,
int image,
int width,
int height) |
void |
SteamFriendsCallback.onFriendRichPresenceUpdate(SteamID steamIDFriend,
int appID) |
void |
SteamFriendsCallback.onGameLobbyJoinRequested(SteamID steamIDLobby,
SteamID steamIDFriend) |
void |
SteamFriendsCallback.onGameRichPresenceJoinRequested(SteamID steamIDFriend,
String connect) |
void |
SteamMatchmakingCallback.onLobbyChatMessage(SteamID steamIDLobby,
SteamID steamIDUser,
SteamMatchmaking.ChatEntryType entryType,
int chatID) |
void |
SteamMatchmakingCallback.onLobbyChatUpdate(SteamID steamIDLobby,
SteamID steamIDUserChanged,
SteamID steamIDMakingChange,
SteamMatchmaking.ChatMemberStateChange stateChange) |
void |
SteamMatchmakingCallback.onLobbyCreated(SteamResult result,
SteamID steamIDLobby) |
void |
SteamMatchmakingCallback.onLobbyDataUpdate(SteamID steamIDLobby,
SteamID steamIDMember,
boolean success) |
void |
SteamMatchmakingCallback.onLobbyEnter(SteamID steamIDLobby,
int chatPermissions,
boolean blocked,
SteamMatchmaking.ChatRoomEnterResponse response) |
void |
SteamMatchmakingCallback.onLobbyGameCreated(SteamID steamIDLobby,
SteamID steamIDGameServer,
int ip,
short port) |
void |
SteamMatchmakingCallback.onLobbyInvite(SteamID steamIDUser,
SteamID steamIDLobby,
long gameID) |
void |
SteamMatchmakingCallback.onLobbyKicked(SteamID steamIDLobby,
SteamID steamIDAdmin,
boolean kickedDueToDisconnect) |
void |
SteamNetworkingCallback.onP2PSessionConnectFail(SteamID steamIDRemote,
SteamNetworking.P2PSessionError sessionError) |
void |
SteamNetworkingCallback.onP2PSessionRequest(SteamID steamIDRemote) |
void |
SteamFriendsCallback.onPersonaStateChange(SteamID steamID,
SteamFriends.PersonaChange change) |
void |
SteamUserStatsCallback.onUserStatsReceived(long gameId,
SteamID steamIDUser,
SteamResult result) |
void |
SteamUserStatsCallback.onUserStatsUnloaded(SteamID steamIDUser) |
void |
SteamUserCallback.onValidateAuthTicket(SteamID steamID,
SteamAuth.AuthSessionResponse authSessionResponse,
SteamID ownerSteamID) |
int |
SteamNetworking.readP2PPacket(SteamID steamIDRemote,
ByteBuffer dest,
int channel)
Read incoming packet data into a direct
ByteBuffer. |
void |
SteamFriends.requestFriendRichPresence(SteamID steamIDFriend) |
boolean |
SteamMatchmaking.requestLobbyData(SteamID steamIDLobby) |
boolean |
SteamFriends.requestUserInformation(SteamID steamID,
boolean requireNameOnly) |
boolean |
SteamMatchmaking.sendLobbyChatMsg(SteamID steamIDLobby,
ByteBuffer data)
Sends chat message from a direct
ByteBuffer. |
boolean |
SteamMatchmaking.sendLobbyChatMsg(SteamID steamIDLobby,
String data) |
boolean |
SteamNetworking.sendP2PPacket(SteamID steamIDRemote,
ByteBuffer data,
SteamNetworking.P2PSend sendType,
int channel) |
void |
SteamFriends.setInGameVoiceSpeaking(SteamID steamID,
boolean speaking) |
boolean |
SteamMatchmaking.setLinkedLobby(SteamID steamIDLobby,
SteamID steamIDLobbyDependent) |
boolean |
SteamMatchmaking.setLobbyData(SteamID steamIDLobby,
SteamMatchmakingKeyValuePair keyValuePair) |
boolean |
SteamMatchmaking.setLobbyData(SteamID steamIDLobby,
String key,
String value) |
void |
SteamMatchmaking.setLobbyGameServer(SteamID steamIDLobby,
int gameServerIP,
short gameServerPort,
SteamID steamIDGameServer) |
boolean |
SteamMatchmaking.setLobbyJoinable(SteamID steamIDLobby,
boolean joinable) |
void |
SteamMatchmaking.setLobbyMemberData(SteamID steamIDLobby,
SteamMatchmakingKeyValuePair keyValuePair) |
void |
SteamMatchmaking.setLobbyMemberData(SteamID steamIDLobby,
String key,
String value) |
boolean |
SteamMatchmaking.setLobbyMemberLimit(SteamID steamIDLobby,
int maxMembers) |
boolean |
SteamMatchmaking.setLobbyOwner(SteamID steamIDLobby,
SteamID steamIDNewOwner) |
boolean |
SteamMatchmaking.setLobbyType(SteamID steamIDLobby,
SteamMatchmaking.LobbyType lobbyType) |
boolean |
SteamScreenshots.tagUser(SteamScreenshotHandle screenshot,
SteamID steamID) |
SteamAuth.UserHasLicenseForAppResult |
SteamUser.userHasLicenseForApp(SteamID steamID,
int appID) |
| Constructor and Description |
|---|
SteamID(SteamID steamID) |
Copyright © 2018. All rights reserved.