Uses of Interface
net.minecraft.server.packs.resources.CloseableResourceManager
Packages that use CloseableResourceManager
Package
Description
-
Uses of CloseableResourceManager in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return CloseableResourceManager -
Uses of CloseableResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as CloseableResourceManagerModifier and TypeFieldDescriptionprivate final CloseableResourceManagerMinecraftServer.ReloadableResources.resourceManagerThe field for theresourceManagerrecord component.private final CloseableResourceManagerWorldStem.resourceManagerThe field for theresourceManagerrecord component.Methods in net.minecraft.server that return CloseableResourceManagerModifier and TypeMethodDescriptionMinecraftServer.ReloadableResources.resourceManager()Returns the value of theresourceManagerrecord component.WorldStem.resourceManager()Returns the value of theresourceManagerrecord component.Methods in net.minecraft.server that return types with arguments of type CloseableResourceManagerModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<WorldDataConfiguration, CloseableResourceManager> WorldLoader.PackConfig.createResourceManager()Methods in net.minecraft.server with parameters of type CloseableResourceManagerModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create(CloseableResourceManager p_214408_, ReloadableServerResources p_214409_, LayeredRegistryAccess<RegistryLayer> p_248844_, D p_214411_) Constructors in net.minecraft.server with parameters of type CloseableResourceManagerModifierConstructorDescriptionReloadableResources(CloseableResourceManager resourceManager, ReloadableServerResources managers) Creates an instance of aReloadableResourcesrecord class.WorldStem(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStemrecord class. -
Uses of CloseableResourceManager in net.minecraft.server.packs.resources
Classes in net.minecraft.server.packs.resources that implement CloseableResourceManagerFields in net.minecraft.server.packs.resources declared as CloseableResourceManagerModifier and TypeFieldDescriptionprivate CloseableResourceManagerReloadableResourceManager.resources