Package com.mojang.realmsclient.util
Class RealmsUtil
java.lang.Object
com.mojang.realmsclient.util.RealmsUtil
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService
private static final int
static com.google.common.cache.LoadingCache<String,
com.mojang.authlib.GameProfile> private static final int
private static final int
(package private) static final com.mojang.authlib.minecraft.MinecraftSessionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertToAgePresentation
(long p_90220_) static String
convertToAgePresentationFromInstant
(Date p_90224_) static Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,
com.mojang.authlib.minecraft.MinecraftProfileTexture> getTextures
(String p_90226_) static String
uuidToName
(String p_90222_)
-
Field Details
-
AUTHENTICATION_SERVICE
private static final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService AUTHENTICATION_SERVICE -
SESSION_SERVICE
static final com.mojang.authlib.minecraft.MinecraftSessionService SESSION_SERVICE -
gameProfileCache
public static com.google.common.cache.LoadingCache<String,com.mojang.authlib.GameProfile> gameProfileCache -
MINUTES
private static final int MINUTES- See Also:
-
HOURS
private static final int HOURS- See Also:
-
DAYS
private static final int DAYS- See Also:
-
-
Constructor Details
-
RealmsUtil
public RealmsUtil()
-
-
Method Details
-
uuidToName
- Throws:
Exception
-
getTextures
-
convertToAgePresentation
-
convertToAgePresentationFromInstant
-