Package net.minecraft.server.management
Class PlayerProfileCache.ProfileEntry
- java.lang.Object
-
- net.minecraft.server.management.PlayerProfileCache.ProfileEntry
-
- Enclosing class:
- PlayerProfileCache
static class PlayerProfileCache.ProfileEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Date
expirationDate
private long
lastAccess
private com.mojang.authlib.GameProfile
profile
-
Constructor Summary
Constructors Modifier Constructor Description private
ProfileEntry(com.mojang.authlib.GameProfile p_i241888_1_, java.util.Date p_i241888_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getExpirationDate()
long
getLastAccess()
com.mojang.authlib.GameProfile
getProfile()
void
setLastAccess(long p_242126_1_)
-