class PlayerProfileCache.ProfileEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
expirationDate |
private com.mojang.authlib.GameProfile |
gameProfile |
Modifier | Constructor and Description |
---|---|
private |
ProfileEntry(com.mojang.authlib.GameProfile gameProfileIn,
java.util.Date expirationDateIn) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getExpirationDate() |
com.mojang.authlib.GameProfile |
getGameProfile() |