net.minecraft.client

public class User

fms
net.minecraft.client.User
net.minecraft.class_320
net.minecraft.client.session.Session

Field summary

Modifier and TypeField
private final String
a
name
field_1982
username
private final UUID
b
uuid
field_1985
uuid
private final String
c
accessToken
field_1983
accessToken
private final Optional<String>
d
xuid
field_34960
xuid
private final Optional<String>
e
clientId
field_34961
clientId
private final User$Type
f
type
field_1984
accountType

Constructor summary

ModifierConstructor
public (String username, UUID uuid, String accessToken, Optional<String> xuid, Optional<String> clientId, User$Type accountType)

Method summary

Modifier and TypeMethod
public String
a()
getSessionId()
method_1675()
getSessionId()
public UUID
b()
getProfileId()
method_44717()
getUuidOrNull()
public String
c()
getName()
method_1676()
getUsername()
public String
d()
getAccessToken()
method_1674()
getAccessToken()
public Optional<String>
e()
getClientId()
method_38740()
getClientId()
public Optional<String>
f()
getXuid()
method_38741()
getXuid()
public User$Type
g()
getType()
method_35718()
getAccountType()