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
static com.google.common.cache.LoadingCache<String,
com.mojang.authlib.GameProfile> private static final com.mojang.authlib.minecraft.MinecraftSessionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertToAgePresentation
(long p_225192_0_) static String
convertToAgePresentationFromInstant
(Date p_238105_0_) static Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,
com.mojang.authlib.minecraft.MinecraftProfileTexture> getTextures
(String p_225191_0_) static String
uuidToName
(String p_225193_0_)
-
Field Details
-
AUTHENTICATION_SERVICE
private static final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService AUTHENTICATION_SERVICE -
SESSION_SERVICE
private static final com.mojang.authlib.minecraft.MinecraftSessionService SESSION_SERVICE -
gameProfileCache
public static com.google.common.cache.LoadingCache<String,com.mojang.authlib.GameProfile> gameProfileCache
-
-
Constructor Details
-
RealmsUtil
public RealmsUtil()
-
-
Method Details
-
uuidToName
- Throws:
Exception
-
getTextures
-
convertToAgePresentation
-
convertToAgePresentationFromInstant
-