Uses of Interface
net.minecraft.resource.LifecycledResourceManager
Packages that use LifecycledResourceManager
Package
Description
The base package for all Minecraft classes.
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of LifecycledResourceManager in net.minecraft
Fields in net.minecraft declared as LifecycledResourceManagerModifier and TypeFieldDescriptionprivate final LifecycledResourceManagerclass_10961.class_10962.aThe field for thearecord component.Methods in net.minecraft that return LifecycledResourceManagerModifier and TypeMethodDescriptionclass_10961.class_10962.a()Returns the value of thearecord component.Constructors in net.minecraft with parameters of type LifecycledResourceManagerModifierConstructorDescription(package private)class_10962(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) -
Uses of LifecycledResourceManager in net.minecraft.client.resource
Methods in net.minecraft.client.resource that return LifecycledResourceManager -
Uses of LifecycledResourceManager in net.minecraft.resource
Classes in net.minecraft.resource that implement LifecycledResourceManagerModifier and TypeClassDescriptionclassA basic implementation of resource manager with a lifecycle.Fields in net.minecraft.resource declared as LifecycledResourceManagerModifier and TypeFieldDescriptionprivate LifecycledResourceManagerReloadableResourceManagerImpl.activeManager -
Uses of LifecycledResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as LifecycledResourceManagerModifier and TypeFieldDescriptionprivate final LifecycledResourceManagerSaveLoader.resourceManagerThe field for theresourceManagerrecord component.Methods in net.minecraft.server that return LifecycledResourceManagerModifier and TypeMethodDescriptionSaveLoader.resourceManager()Returns the value of theresourceManagerrecord component.Methods in net.minecraft.server that return types with arguments of type LifecycledResourceManagerModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<DataConfiguration, LifecycledResourceManager> SaveLoading.DataPacks.load()Methods in net.minecraft.server with parameters of type LifecycledResourceManagerModifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext) Constructors in net.minecraft.server with parameters of type LifecycledResourceManagerModifierConstructorDescriptionSaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties)