com.mojang.authlib.yggdrasil

public class YggdrasilMinecraftSessionService

extends HttpMinecraftSessionService

All mapped superinterfaces:

MinecraftSessionService

com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
LOGGER
private static final String
BASE_URL
private static final URL
JOIN_URL
private static final URL
CHECK_URL
private final PublicKey
publicKey
private final com.google.gson.Gson
gson
private final com.google.common.cache.LoadingCache<GameProfile, GameProfile>
insecureProfiles

Constructor summary

ModifierConstructor
protected (YggdrasilAuthenticationService arg0)

Method summary

Modifier and TypeMethod
public void
joinServer(GameProfile arg0, String arg1, String arg2)
public GameProfile
hasJoinedServer(GameProfile arg0, String arg1)
public Map<MinecraftProfileTexture$Type, MinecraftProfileTexture>
getTextures(GameProfile arg0, boolean arg1)
public GameProfile
fillProfileProperties(GameProfile arg0, boolean arg1)
protected GameProfile
fillGameProfile(GameProfile arg0, boolean arg1)
public YggdrasilAuthenticationService
getAuthenticationService()