Uses of Interface
net.minecraft.resource.LifecycledResourceManager
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of LifecycledResourceManager in net.minecraft.resource
Modifier and TypeClassDescriptionclass
A basic implementation of resource manager with a lifecycle.Modifier and TypeFieldDescriptionprivate LifecycledResourceManager
ReloadableResourceManagerImpl.activeManager
-
Uses of LifecycledResourceManager in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final LifecycledResourceManager
MinecraftServer.ResourceManagerHolder.resourceManager
The field for theresourceManager
record component.private final LifecycledResourceManager
SaveLoader.resourceManager
The field for theresourceManager
record component.Modifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.resourceManager()
Returns the value of theresourceManager
record component.SaveLoader.resourceManager()
Returns the value of theresourceManager
record component.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<DataPackSettings,
LifecycledResourceManager> SaveLoading.DataPacks.load()
Modifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create
(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable dynamicRegistryManager, D loadContext) ModifierConstructorDescription(package private)
ResourceManagerHolder
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties)