Uses of Class
net.minecraft.util.UserCache
Packages that use UserCache
Package
Description
-
Uses of UserCache in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as UserCacheMethods in net.minecraft.block.entity with parameters of type UserCacheModifier and TypeMethodDescriptionstatic void
SkullBlockEntity.setServices
(UserCache userCache, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, Executor executor) -
Uses of UserCache in net.minecraft.server
Fields in net.minecraft.server declared as UserCacheMethods in net.minecraft.server that return UserCacheConstructors in net.minecraft.server with parameters of type UserCacheModifierConstructorDescriptionMinecraftServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService sessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepo, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of UserCache in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type UserCacheModifierConstructorDescriptionMinecraftDedicatedServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of UserCache in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type UserCacheModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory)