Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getSessionID
Method
getSessionID
src/main/java/net/minecraft/util/Session.java:24–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
String getSessionID()
25
{
26
return
"token:"
+ this.token +
":"
+ this.playerID;
27
}
28
29
public
String getPlayerID()
30
{
Callers
1
Minecraft
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected