Uses of Interface
net.minecraft.server.packs.resources.CloseableResourceManager
-
Uses of CloseableResourceManager in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final CloseableResourceManager
MinecraftServer.ReloadableResources.resourceManager
The field for theresourceManager
record component.private final CloseableResourceManager
WorldStem.resourceManager
The field for theresourceManager
record component.Modifier and TypeMethodDescriptionMinecraftServer.ReloadableResources.resourceManager()
Returns the value of theresourceManager
record component.WorldStem.resourceManager()
Returns the value of theresourceManager
record component.ModifierConstructorDescriptionReloadableResources
(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
Modifier and TypeFieldDescriptionprivate CloseableResourceManager
ReloadableResourceManager.resources