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
Methods in net.minecraft that return types with arguments of type LifecycledResourceManagerModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<DataPackSettings,LifecycledResourceManager> class_7237.class_7238.method_42099()Methods in net.minecraft with parameters of type LifecycledResourceManagerModifier and TypeMethodDescriptionclass_7237.class_7239.create(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, D d) -
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 LifecycledResourceManagerMinecraftServer.ResourceManagerHolder.resourceManagerThe field for theresourceManagerrecord component.private final LifecycledResourceManagerSaveLoader.resourceManagerThe field for theresourceManagerrecord component.Methods in net.minecraft.server that return LifecycledResourceManagerModifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.resourceManager()Returns the value of theresourceManagerrecord component.SaveLoader.resourceManager()Returns the value of theresourceManagerrecord component.Constructors in net.minecraft.server with parameters of type LifecycledResourceManagerModifierConstructorDescription(package private)ResourceManagerHolder(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties)