Uses of Class
net.minecraft.resource.ServerResourceManager
Packages that use ServerResourceManager
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ServerResourceManager in net.minecraft.resource
Methods in net.minecraft.resource that return types with arguments of type ServerResourceManagerModifier and TypeMethodDescriptionServerResourceManager.reload(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) -
Uses of ServerResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as ServerResourceManagerModifier and TypeFieldDescriptionprivate final ServerResourceManagerSaveLoader.dataPackResourcesThe field for thedataPackResourcesrecord component.private final ServerResourceManagerMinecraftServer.ResourceManagerHolder.managersThe field for themanagersrecord component.Methods in net.minecraft.server that return ServerResourceManagerModifier and TypeMethodDescriptionSaveLoader.dataPackResources()Returns the value of thedataPackResourcesrecord component.MinecraftServer.ResourceManagerHolder.managers()Returns the value of themanagersrecord component.Constructors in net.minecraft.server with parameters of type ServerResourceManagerModifierConstructorDescription(package private)ResourceManagerHolder(LifecycledResourceManager lifecycledResourceManager, ServerResourceManager serverResourceManager) SaveLoader(LifecycledResourceManager lifecycledResourceManager, ServerResourceManager serverResourceManager, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties)