net.minecraft.client

public class Session

bbs
net.minecraft.class_355
net.minecraft.client.Session
net.minecraft.util.Session

Field summary

Modifier and TypeField
private final String
a
field_1047
username
username
private final String
b
field_7698
uuid
playerID
private final String
c
field_7699
accessToken
token
private final Session__Type
d
field_7700
type
sessionType

Constructor summary

ModifierConstructor
public (String username, String uuid, String accessToken, String type)

Method summary

Modifier and TypeMethod
public String
a()
method_5584()
getSessionId()
getSessionID()
public String
b()
method_6667()
getUuid()
getPlayerID()
public String
c()
method_5583()
getUsername()
getUsername()
public String
d()
method_6668()
getAccessToken()
getToken()
public GameProfile
e()
method_6669()
getProfile()
getProfile()
public Session__Type
f()
method_6670()
getType()
getSessionType()