Package net.minecraft.server.management
Class PlayerProfileCache.ProfileEntry
java.lang.Object
net.minecraft.server.management.PlayerProfileCache.ProfileEntry
- Enclosing class:
- PlayerProfileCache
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Date
private long
private final com.mojang.authlib.GameProfile
-
Constructor Summary
ModifierConstructorDescriptionprivate
ProfileEntry
(com.mojang.authlib.GameProfile p_i241888_1_, Date p_i241888_2_) -
Method Summary
Modifier and TypeMethodDescriptionlong
com.mojang.authlib.GameProfile
void
setLastAccess
(long p_242126_1_)
-
Field Details
-
profile
private final com.mojang.authlib.GameProfile profile -
expirationDate
-
lastAccess
private volatile long lastAccess
-
-
Constructor Details
-
ProfileEntry
-
-
Method Details
-
getProfile
public com.mojang.authlib.GameProfile getProfile() -
getExpirationDate
-
setLastAccess
public void setLastAccess(long p_242126_1_) -
getLastAccess
public long getLastAccess()
-