Uses of Interface
net.minecraft.util.NameToIdCache
Packages that use NameToIdCache
Package
Description
The base package for all Minecraft classes.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of NameToIdCache in net.minecraft
Constructors in net.minecraft with parameters of type NameToIdCacheModifierConstructorDescriptionclass_11579(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, NameToIdCache nameToIdCache) -
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, class_11755 class_11755)