Uses of Interface
net.minecraft.util.NameToIdCache
Packages that use NameToIdCache
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of NameToIdCache in net.minecraft.server
Constructors in net.minecraft.server with parameters of type NameToIdCacheModifierConstructorDescriptionCachedSessionProfileResolver(com.mojang.authlib.minecraft.MinecraftSessionService sessionService, NameToIdCache cache)  - 
Uses of NameToIdCache in net.minecraft.test
Classes in net.minecraft.test that implement NameToIdCache - 
Uses of NameToIdCache in net.minecraft.util
Classes in net.minecraft.util that implement NameToIdCacheFields in net.minecraft.util declared as NameToIdCacheModifier and TypeFieldDescriptionprivate final NameToIdCacheApiServices.nameToIdCacheThe field for thenameToIdCacherecord component.Methods in net.minecraft.util that return NameToIdCacheModifier and TypeMethodDescriptionApiServices.nameToIdCache()Returns the value of thenameToIdCacherecord component.Constructors in net.minecraft.util with parameters of type NameToIdCacheModifierConstructorDescriptionApiServices(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.yggdrasil.ServicesKeySet servicesKeySet, com.mojang.authlib.GameProfileRepository gameProfileRepository, NameToIdCache nameToIdCache, GameProfileResolver gameProfileResolver)