Uses of Interface
net.minecraft.server.GameProfileResolver
Packages that use GameProfileResolver
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of GameProfileResolver in net.minecraft.client.network
Classes in net.minecraft.client.network that implement GameProfileResolverFields in net.minecraft.client.network declared as GameProfileResolverModifier and TypeFieldDescriptionprivate final GameProfileResolverClientPlayerProfileResolver.profileResolverConstructors in net.minecraft.client.network with parameters of type GameProfileResolverModifierConstructorDescriptionClientPlayerProfileResolver(MinecraftClient client, GameProfileResolver profileResolver) -
Uses of GameProfileResolver in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as GameProfileResolverModifier and TypeFieldDescription(package private) final GameProfileResolverPlayerSkinCache.gameProfileResolverConstructors in net.minecraft.client.texture with parameters of type GameProfileResolverModifierConstructorDescriptionPlayerSkinCache(TextureManager textureManager, PlayerSkinProvider playerSkinProvider, GameProfileResolver gameProfileResolver) -
Uses of GameProfileResolver in net.minecraft.component.type
Methods in net.minecraft.component.type with parameters of type GameProfileResolverModifier and TypeMethodDescriptionCompletableFuture<com.mojang.authlib.GameProfile> ProfileComponent.Dynamic.resolve(GameProfileResolver resolver) abstract CompletableFuture<com.mojang.authlib.GameProfile> ProfileComponent.resolve(GameProfileResolver resolver) CompletableFuture<com.mojang.authlib.GameProfile> ProfileComponent.Static.resolve(GameProfileResolver resolver) -
Uses of GameProfileResolver in net.minecraft.server
Classes in net.minecraft.server that implement GameProfileResolver -
Uses of GameProfileResolver in net.minecraft.test
Classes in net.minecraft.test that implement GameProfileResolver -
Uses of GameProfileResolver in net.minecraft.util
Fields in net.minecraft.util declared as GameProfileResolverModifier and TypeFieldDescriptionprivate final GameProfileResolverApiServices.profileResolverThe field for theprofileResolverrecord component.Methods in net.minecraft.util that return GameProfileResolverModifier and TypeMethodDescriptionApiServices.profileResolver()Returns the value of theprofileResolverrecord component.Constructors in net.minecraft.util with parameters of type GameProfileResolverModifierConstructorDescriptionApiServices(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.yggdrasil.ServicesKeySet servicesKeySet, com.mojang.authlib.GameProfileRepository gameProfileRepository, NameToIdCache nameToIdCache, GameProfileResolver gameProfileResolver)