Uses of Class
net.minecraft.util.UserCache
Packages that use UserCache
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of UserCache in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as UserCache -
Uses of UserCache in net.minecraft.server
Methods in net.minecraft.server that return UserCache -
Uses of UserCache in net.minecraft.util
Fields in net.minecraft.util declared as UserCacheModifier and TypeFieldDescriptionprivate final UserCache
ApiServices.userCache
The field for theuserCache
record component.Methods in net.minecraft.util that return UserCacheModifier and TypeMethodDescriptionApiServices.userCache()
Returns the value of theuserCache
record component.Constructors in net.minecraft.util with parameters of type UserCacheModifierConstructorDescriptionApiServices
(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, SignatureVerifier signatureVerifier, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache)