Package com.mojang.realmsclient.util
Class RealmsUtil
java.lang.Object
com.mojang.realmsclient.util.RealmsUtil
-
Field Summary
Modifier and TypeFieldDescriptionprivate static com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService
private static int
static com.google.common.cache.LoadingCache<String,com.mojang.authlib.GameProfile>
private static int
private static int
(package private) static 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:
- Constant Field Values
-
HOURS
private static final int HOURS- See Also:
- Constant Field Values
-
DAYS
private static final int DAYS- See Also:
- Constant Field Values
-
-
Constructor Details
-
RealmsUtil
public RealmsUtil()
-
-
Method Details
-
uuidToName
- Throws:
Exception
-
getTextures
-
convertToAgePresentation
-
convertToAgePresentationFromInstant
-