Package net.minecraft.server.players
Class GameProfileCache.GameProfileInfo
java.lang.Object
net.minecraft.server.players.GameProfileCache.GameProfileInfo
- Enclosing class:
- GameProfileCache
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final Dateprivate longprivate final com.mojang.authlib.GameProfile
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlongcom.mojang.authlib.GameProfilevoidsetLastAccess(long p_11030_) 
- 
Field Details- 
profileprivate final com.mojang.authlib.GameProfile profile
- 
expirationDate
- 
lastAccessprivate volatile long lastAccess
 
- 
- 
Constructor Details- 
GameProfileInfoGameProfileInfo(com.mojang.authlib.GameProfile p_11022_, Date p_11023_) 
 
- 
- 
Method Details- 
getProfilepublic com.mojang.authlib.GameProfile getProfile()
- 
getExpirationDate
- 
setLastAccesspublic void setLastAccess(long p_11030_) 
- 
getLastAccesspublic long getLastAccess()
 
-