MCPcopy 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

actionPerformedMethod · 0.45
getSessionInfoMethod · 0.45
runMethod · 0.45
initGuiMethod · 0.45
initGuiMethod · 0.45
drawAchievementScreenMethod · 0.45
runMethod · 0.45
IntegratedServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected