Uses of Interface
net.minecraft.server.packs.resources.CloseableResourceManager
Packages that use CloseableResourceManager
-
Uses of CloseableResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as CloseableResourceManagerModifier and TypeFieldDescriptionprivate final CloseableResourceManager
MinecraftServer.ReloadableResources.resourceManager
The field for theresourceManager
record component.private final CloseableResourceManager
WorldStem.resourceManager
The field for theresourceManager
record component.Methods in net.minecraft.server that return CloseableResourceManagerModifier and TypeMethodDescriptionMinecraftServer.ReloadableResources.resourceManager()
Returns the value of theresourceManager
record component.WorldStem.resourceManager()
Returns the value of theresourceManager
record component.Constructors in net.minecraft.server with parameters of type CloseableResourceManagerModifierConstructorDescriptionReloadableResources
(CloseableResourceManager resourceManager, ReloadableServerResources managers) Creates an instance of aReloadableResources
record class.WorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, RegistryAccess.Frozen registryAccess, WorldData worldData) Creates an instance of aWorldStem
record 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 CloseableResourceManager
ReloadableResourceManager.resources