Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getSession
Method
getSession
src/main/java/net/minecraft/client/Minecraft.java:3099–3102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3097
}
3098
3099
public
Session getSession()
3100
{
3101
return
this.session;
3102
}
3103
3104
public
void
setSession(Session session) {
3105
this.session = session;
Callers
10
launchIntegratedServer
Method · 0.95
actionPerformed
Method · 0.45
getSessionInfo
Method · 0.45
run
Method · 0.45
handleEncryptionRequest
Method · 0.45
initGui
Method · 0.45
initGui
Method · 0.45
drawAchievementScreen
Method · 0.45
run
Method · 0.45
IntegratedServer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected