Class RealmsUtil

java.lang.Object
net.minecraft.client.realms.util.RealmsUtil

@Environment(CLIENT)
public class RealmsUtil
extends Object
  • Field Details

    • authenticationService

      private static final com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService authenticationService
    • sessionService

      private static final com.mojang.authlib.minecraft.MinecraftSessionService sessionService
    • gameProfileCache

      public static LoadingCache<String,​com.mojang.authlib.GameProfile> gameProfileCache
  • Constructor Details

    • RealmsUtil

      public RealmsUtil()
  • Method Details

    • uuidToName

      public static String uuidToName​(String uuid) throws Exception
      Throws:
      Exception
    • getTextures

      public static Map<com.mojang.authlib.minecraft.MinecraftProfileTexture.Type,​com.mojang.authlib.minecraft.MinecraftProfileTexture> getTextures​(String uuid)
    • convertToAgePresentation

      public static String convertToAgePresentation​(long long2)
    • method_25282

      public static String method_25282​(Date date)