History - net.minecraft.server.GameProfileResolver$CachedSessionProfileResolver

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

(com.mojang.authlib.minecraft.MinecraftSessionService, NameToIdCache)

(com.mojang.authlib.minecraft.SessionService, NameToIdCache)

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

1.21.11_unobfuscated

Names

net.minecraft.server.players.ProfileResolver$Cached

net.minecraft.class_11755$class_11579

net.minecraft.server.GameProfileResolver$CachedSessionProfileResolver

Fields

com.google.common.cache.LoadingCache<String, Optional<com.mojang.authlib.GameProfile>>: profileCacheByName, field_61355, nameCache

com.google.common.cache.LoadingCache<UUID, Optional<com.mojang.authlib.GameProfile>>: profileCacheById, field_61356, idCache

Constructors

(com.mojang.authlib.minecraft.MinecraftSessionService, NameToIdCache)

Methods

Optional<com.mojang.authlib.GameProfile> (String): fetchByName, method_73289, getProfileByName

Optional<com.mojang.authlib.GameProfile> (UUID): fetchById, method_73290, getProfileById