Package net.minecraft.util
Class UserCache.Entry
java.lang.Object
net.minecraft.util.UserCache.Entry
- Enclosing class:
- UserCache
class UserCache.Entry extends Object
-
Field Summary
Fields Modifier and Type Field Description private DateexpirationDateprivate com.mojang.authlib.GameProfileprofile -
Constructor Summary
-
Method Summary
Modifier and Type Method Description DategetExpirationDate()com.mojang.authlib.GameProfilegetProfile()
-
Field Details
-
profile
private final com.mojang.authlib.GameProfile profile -
expirationDate
-
-
Constructor Details
-
Method Details
-
getProfile
public com.mojang.authlib.GameProfile getProfile() -
getExpirationDate
-