Package net.minecraft.server.players
Class GameProfileCache.GameProfileInfo
java.lang.Object
net.minecraft.server.players.GameProfileCache.GameProfileInfo
- Enclosing class:
 - GameProfileCache
 
- 
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Dateprivate longprivate final com.mojang.authlib.GameProfile - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongcom.mojang.authlib.GameProfilevoidsetLastAccess(long p_11030_)  
- 
Field Details
- 
profile
private final com.mojang.authlib.GameProfile profile - 
expirationDate
 - 
lastAccess
private volatile long lastAccess 
 - 
 - 
Constructor Details
- 
GameProfileInfo
GameProfileInfo(com.mojang.authlib.GameProfile p_11022_, Date p_11023_)  
 - 
 - 
Method Details
- 
getProfile
public com.mojang.authlib.GameProfile getProfile() - 
getExpirationDate
 - 
setLastAccess
public void setLastAccess(long p_11030_)  - 
getLastAccess
public long getLastAccess() 
 -