Uses of Class
net.minecraft.server.players.GameProfileCache
Packages that use GameProfileCache
-
Uses of GameProfileCache in net.minecraft.server
Fields in net.minecraft.server declared as GameProfileCacheModifier and TypeFieldDescriptionprivate final GameProfileCache
Services.profileCache
The field for theprofileCache
record component.Methods in net.minecraft.server that return GameProfileCacheModifier and TypeMethodDescriptionMinecraftServer.getProfileCache()
Services.profileCache()
Returns the value of theprofileCache
record component.Constructors in net.minecraft.server with parameters of type GameProfileCacheModifierConstructorDescriptionServices
(com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.yggdrasil.ServicesKeySet servicesKeySet, com.mojang.authlib.GameProfileRepository profileRepository, GameProfileCache profileCache) Creates an instance of aServices
record class.