Package net.minecraft.client
Class User
java.lang.Object
net.minecraft.client.User
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.authlib.GameProfile
getName()
getType()
getUuid()
getXuid()
boolean
void
setProperties
(com.mojang.authlib.properties.PropertyMap properties)
-
Field Details
-
name
-
uuid
-
accessToken
-
xuid
-
clientId
-
type
-
properties
private com.mojang.authlib.properties.PropertyMap propertiesForge: Cache of the local session's GameProfile properties.
-
-
Constructor Details
-
User
-
-
Method Details
-
getSessionId
-
getUuid
-
getName
-
getAccessToken
-
getClientId
-
getXuid
-
getProfileId
-
setProperties
public void setProperties(com.mojang.authlib.properties.PropertyMap properties) -
hasCachedProperties
public boolean hasCachedProperties() -
getGameProfile
public com.mojang.authlib.GameProfile getGameProfile() -
getType
-