类 RealmsUtil
java.lang.Object
com.mojang.realmsclient.util.RealmsUtil
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static Component
convertToAgePresentation
(long pMillis) static Component
static com.mojang.authlib.GameProfile
getGameProfile
(String pProfileUuid) static void
renderPlayerFace
(GuiGraphics pGraphics, int p_281818_, int p_281791_, int p_282088_, String pPlayerUuid) static String
uuidToName
(String pProfileUuid)
-
字段详细资料
-
SESSION_SERVICE
static final com.mojang.authlib.minecraft.MinecraftSessionService SESSION_SERVICE -
RIGHT_NOW
-
GAME_PROFILE_CACHE
private static final com.google.common.cache.LoadingCache<String,com.mojang.authlib.GameProfile> GAME_PROFILE_CACHE -
MINUTES
private static final int MINUTES- 另请参阅:
-
HOURS
private static final int HOURS- 另请参阅:
-
DAYS
private static final int DAYS- 另请参阅:
-
-
构造器详细资料
-
RealmsUtil
public RealmsUtil()
-
-
方法详细资料
-
uuidToName
-
getGameProfile
-
convertToAgePresentation
-
convertToAgePresentationFromInstant
-
renderPlayerFace
public static void renderPlayerFace(GuiGraphics pGraphics, int p_281818_, int p_281791_, int p_282088_, String pPlayerUuid)
-