Uses of Interface
net.minecraft.server.packs.resources.ResourceManager
Packages that use ResourceManager
Package
Description
Extension interfaces for
client-only classes.-
Uses of ResourceManager in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic voidAddRealmPopupScreen.updateCarouselImages(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client
Methods in net.minecraft.client that return ResourceManagerMethods in net.minecraft.client with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Notification>> preparations, ResourceManager manager, ProfilerFiller profiler) protected Map<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ResourceManager in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate CompletableFuture<FontManager.Preparation> FontManager.prepare(ResourceManager manager, Executor executor) private CompletableFuture<Optional<GlyphProvider>> FontManager.safeLoad(FontManager.BuilderId id, GlyphProviderDefinition.Loader provider, ResourceManager manager, Executor executor) -
Uses of ResourceManager in net.minecraft.client.gui.font.providers
Methods in net.minecraft.client.gui.font.providers with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate GlyphProviderBitmapProvider.Definition.load(ResourceManager resourceManager) GlyphProviderDefinition.Loader.load(ResourceManager resourceManager) private GlyphProviderTrueTypeGlyphProviderDefinition.load(ResourceManager resourceManager) private GlyphProviderUnihexProvider.Definition.load(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ResourceManagerModifier and TypeMethodDescriptionLoadingOverlay.LogoTexture.loadContents(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidCloudRenderer.apply(Optional<CloudRenderer.TextureData> preparations, ResourceManager manager, ProfilerFiller profiler) protected voidGpuWarnlistManager.apply(GpuWarnlistManager.Preparations preparations, ResourceManager manager, ProfilerFiller profiler) protected voidShaderManager.apply(ShaderManager.Configs preparations, ResourceManager manager, ProfilerFiller profiler) voidLevelRenderer.onResourceManagerReload(ResourceManager resourceManager) private static @Nullable com.google.gson.JsonObjectGpuWarnlistManager.parseJson(ResourceManager manager, ProfilerFiller profiler) protected Optional<CloudRenderer.TextureData> CloudRenderer.prepare(ResourceManager manager, ProfilerFiller profiler) protected GpuWarnlistManager.PreparationsGpuWarnlistManager.prepare(ResourceManager manager, ProfilerFiller profiler) protected ShaderManager.ConfigsShaderManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ResourceManager in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.onResourceManagerReload(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerEntityRendererProvider.Context.resourceManagerMethods in net.minecraft.client.renderer.entity that return ResourceManagerMethods in net.minecraft.client.renderer.entity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.onResourceManagerReload(ResourceManager resourceManager) Constructors in net.minecraft.client.renderer.entity with parameters of type ResourceManagerModifierConstructorDescriptionContext(EntityRenderDispatcher entityRenderDispatcher, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, ResourceManager resourceManager, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets, AtlasManager atlasManager, Font font, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of ResourceManager in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerVillagerProfessionLayer.resourceManagerConstructors in net.minecraft.client.renderer.entity.layers with parameters of type ResourceManagerModifierConstructorDescriptionVillagerProfessionLayer(RenderLayerParent<S, M> renderer, ResourceManager resourceManager, String path, M noHatModel, M noHatBabyModel) -
Uses of ResourceManager in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as ResourceManagerMethods in net.minecraft.client.renderer.texture with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic TextureContentsTextureContents.load(ResourceManager resourceManager, Identifier location) SpriteLoader.loadAndStitch(ResourceManager manager, Identifier atlasInfoLocation, int maxMipmapLevels, Executor taskExecutor, Set<MetadataSectionType<?>> additionalMetadata) CubeMapTexture.loadContents(ResourceManager resourceManager) abstract TextureContentsReloadableTexture.loadContents(ResourceManager resourceManager) SimpleTexture.loadContents(ResourceManager resourceManager) private static TextureContentsTextureManager.loadContents(ResourceManager manager, Identifier location, ReloadableTexture texture) private static TextureManager.PendingReloadTextureManager.scheduleLoad(ResourceManager manager, Identifier location, ReloadableTexture texture, Executor executor) Constructors in net.minecraft.client.renderer.texture with parameters of type ResourceManager -
Uses of ResourceManager in net.minecraft.client.renderer.texture.atlas
Methods in net.minecraft.client.renderer.texture.atlas with parameters of type ResourceManagerModifier and TypeMethodDescriptionSpriteSourceList.list(ResourceManager resourceManager) Deprecated.SpriteSourceList.list(ResourceManager resourceManager, Set<MetadataSectionType<?>> additionalMetadata) static SpriteSourceListSpriteSourceList.load(ResourceManager resourceManager, Identifier atlasId) voidSpriteSource.run(ResourceManager resourceManager, SpriteSource.Output output) -
Uses of ResourceManager in net.minecraft.client.renderer.texture.atlas.sources
Methods in net.minecraft.client.renderer.texture.atlas.sources with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate static int[]PalettedPermutations.loadPaletteEntryFromImage(ResourceManager resourceManager, Identifier location) voidDirectoryLister.run(ResourceManager resourceManager, SpriteSource.Output output) voidPalettedPermutations.run(ResourceManager resourceManager, SpriteSource.Output output) voidSingleFile.run(ResourceManager resourceManager, SpriteSource.Output output) voidSourceFilter.run(ResourceManager resourceManager, SpriteSource.Output output) voidUnstitcher.run(ResourceManager resourceManager, SpriteSource.Output output) -
Uses of ResourceManager in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidDryFoliageColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidFoliageColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidGrassColorReloadListener.apply(int[] pixels, ResourceManager manager, ProfilerFiller profiler) protected voidSplashManager.apply(List<Component> preparations, ResourceManager manager, ProfilerFiller profiler) protected voidWaypointStyleManager.apply(Map<Identifier, WaypointStyle> preparations, ResourceManager manager, ProfilerFiller profiler) static int[]LegacyStuffWrapper.getPixels(ResourceManager resourceManager, Identifier location) Deprecated.protected int[]DryFoliageColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) protected int[]FoliageColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) protected int[]GrassColorReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) SplashManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ResourceManager in net.minecraft.client.resources.language
Methods in net.minecraft.client.resources.language with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic ClientLanguageClientLanguage.loadFrom(ResourceManager resourceManager, List<String> languageStack, boolean defaultRightToLeft) voidLanguageManager.onResourceManagerReload(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.resources.model
Methods in net.minecraft.client.resources.model with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidEquipmentAssetManager.apply(Map<Identifier, EquipmentClientInfo> preparations, ResourceManager manager, ProfilerFiller profiler) private static CompletableFuture<Map<Identifier, UnbakedModel>> ModelManager.loadBlockModels(ResourceManager manager, Executor executor) BlockStateModelLoader.loadBlockStates(ResourceManager manager, Executor executor) ClientItemInfoLoader.scheduleLoad(ResourceManager manager, Executor executor) -
Uses of ResourceManager in net.minecraft.client.resources.model.sprite
Methods in net.minecraft.client.resources.model.sprite with parameters of type ResourceManagerModifier and TypeMethodDescriptionAtlasManager.AtlasEntry.scheduleLoad(ResourceManager resourceManager, Executor executor, int maxMipmapLevels) -
Uses of ResourceManager in net.minecraft.client.sounds
Methods in net.minecraft.client.sounds with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidSoundManager.apply(SoundManager.Preparations preparations, ResourceManager manager, ProfilerFiller profiler) private voidSoundManager.Preparations.listResources(ResourceManager resourceManager) protected SoundManager.PreparationsSoundManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ResourceManager in net.minecraft.resources
Fields in net.minecraft.resources declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerResourceManagerRegistryLoadTask.resourceManagerMethods in net.minecraft.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionFileToIdConverter.listMatchingResources(ResourceManager manager) FileToIdConverter.listMatchingResourcesFromNamespace(ResourceManager manager, String namespace) List all resources under the given namespace which match this converterFileToIdConverter.listMatchingResourceStacks(ResourceManager manager) FileToIdConverter.listMatchingResourceStacksFromNamespace(ResourceManager manager, String namespace) List all resource stacks under the given namespace which match this converterRegistryDataLoader.load(ResourceManager resourceManager, List<HolderLookup.RegistryLookup<?>> contextRegistries, List<RegistryDataLoader.RegistryData<?>> registriesToLoad, Executor executor) Constructors in net.minecraft.resources with parameters of type ResourceManagerModifierConstructorDescriptionResourceManagerRegistryLoadTask(RegistryDataLoader.RegistryData<T> data, Lifecycle lifecycle, Map<ResourceKey<?>, Exception> loadingErrors, ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerWorldLoader.DataLoadContext.resourcesThe field for theresourcesrecord component.Methods in net.minecraft.server that return ResourceManagerModifier and TypeMethodDescriptionMinecraftServer.getResourceManager()WorldLoader.DataLoadContext.resources()Returns the value of theresourcesrecord component.Methods in net.minecraft.server with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidServerAdvancementManager.apply(Map<Identifier, Advancement> preparations, ResourceManager manager, ProfilerFiller profiler) ReloadableServerResources.loadResources(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> contextLayers, List<Registry.PendingTags<?>> updatedContextTags, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, PermissionSet functionCompilationPermissions, Executor backgroundExecutor, Executor mainThreadExecutor) ReloadableServerRegistries.reload(LayeredRegistryAccess<RegistryLayer> context, List<Registry.PendingTags<?>> updatedContextTags, ResourceManager manager, Executor executor) private static <T extends Validatable>
CompletableFuture<WritableRegistry<?>> ReloadableServerRegistries.scheduleRegistryLoad(LootDataType<T> type, RegistryOps<com.google.gson.JsonElement> ops, ResourceManager manager, Executor taskExecutor) Constructors in net.minecraft.server with parameters of type ResourceManagerModifierConstructorDescriptionDataLoadContext(ResourceManager resources, WorldDataConfiguration dataConfiguration, HolderLookup.Provider datapackWorldgen, RegistryAccess.Frozen datapackDimensions) Creates an instance of aDataLoadContextrecord class. -
Uses of ResourceManager in net.minecraft.server.packs.resources
Subinterfaces of ResourceManager in net.minecraft.server.packs.resourcesClasses in net.minecraft.server.packs.resources that implement ResourceManagerModifier and TypeClassDescriptionclassclassclassstatic enumFields in net.minecraft.server.packs.resources declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerPreparableReloadListener.SharedState.managerMethods in net.minecraft.server.packs.resources that return ResourceManagerMethods in net.minecraft.server.packs.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected abstract voidSimplePreparableReloadListener.apply(T preparations, ResourceManager manager, ProfilerFiller profiler) static ReloadInstanceSimpleReloadInstance.create(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor backgroundExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask, boolean enableProfiling) static ReloadInstanceProfiledReloadInstance.of(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor taskExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask) static ReloadInstanceSimpleReloadInstance.of(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor taskExecutor, Executor mainThreadExecutor, CompletableFuture<Unit> initialTask) voidResourceManagerReloadListener.onResourceManagerReload(ResourceManager resourceManager) protected Map<Identifier, T> SimpleJsonResourceReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) protected abstract TSimplePreparableReloadListener.prepare(ResourceManager manager, ProfilerFiller profiler) protected CompletableFuture<List<ProfiledReloadInstance.State>> ProfiledReloadInstance.prepareTasks(Executor taskExecutor, Executor mainThreadExecutor, ResourceManager resourceManager, List<PreparableReloadListener> listeners, SimpleReloadInstance.StateFactory<ProfiledReloadInstance.State> stateFactory, CompletableFuture<?> initialTask) protected CompletableFuture<List<S>> SimpleReloadInstance.prepareTasks(Executor taskExecutor, Executor mainThreadExecutor, ResourceManager resourceManager, List<PreparableReloadListener> listeners, SimpleReloadInstance.StateFactory<S> stateFactory, CompletableFuture<?> initialTask) static <T> voidSimpleJsonResourceReloadListener.scanDirectory(ResourceManager manager, FileToIdConverter lister, DynamicOps<com.google.gson.JsonElement> ops, Codec<T> codec, Map<Identifier, T> result) static <T> voidSimpleJsonResourceReloadListener.scanDirectory(ResourceManager manager, ResourceKey<? extends Registry<T>> registryKey, DynamicOps<com.google.gson.JsonElement> ops, Codec<T> codec, Map<Identifier, T> result) static <T> voidSimpleJsonResourceReloadListener.scanDirectoryWithOptionalValues(ResourceManager manager, ResourceKey<? extends Registry<T>> registryKey, DynamicOps<com.google.gson.JsonElement> ops, Codec<Optional<T>> codec, Map<Identifier, Optional<T>> result) protected voidSimpleReloadInstance.startTasks(Executor taskExecutor, Executor mainThreadExecutor, ResourceManager resourceManager, List<PreparableReloadListener> listeners, SimpleReloadInstance.StateFactory<S> stateFactory, CompletableFuture<?> initialTask) Constructors in net.minecraft.server.packs.resources with parameters of type ResourceManager -
Uses of ResourceManager in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type ResourceManagerModifier and TypeMethodDescriptionTagLoader.load(ResourceManager resourceManager) private static <T> Optional<Registry.PendingTags<T>> TagLoader.loadPendingTags(ResourceManager manager, Registry<T> registry) static List<Registry.PendingTags<?>> TagLoader.loadTagsForExistingRegistries(ResourceManager manager, RegistryAccess layer) static <T> voidTagLoader.loadTagsForRegistry(ResourceManager manager, WritableRegistry<T> registry) TagLoader.loadTagsForRegistry(ResourceManager manager, ResourceKey<? extends Registry<T>> registryKey, TagLoader.ElementLookup<Holder<T>> lookup) -
Uses of ResourceManager in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(RecipeMap recipes, ResourceManager manager, ProfilerFiller profiler) protected RecipeMapRecipeManager.prepare(ResourceManager manager, ProfilerFiller profiler) -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerStructurePieceSerializationContext.resourceManagerThe field for theresourceManagerrecord component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return ResourceManagerModifier and TypeMethodDescriptionStructurePieceSerializationContext.resourceManager()Returns the value of theresourceManagerrecord component.Constructors in net.minecraft.world.level.levelgen.structure.pieces with parameters of type ResourceManagerModifierConstructorDescriptionStructurePieceSerializationContext(ResourceManager resourceManager, RegistryAccess registryAccess, StructureTemplateManager structureTemplateManager) Creates an instance of aStructurePieceSerializationContextrecord class. -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.templatesystem
Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidStructureTemplateManager.onResourceManagerReload(ResourceManager resourceManager) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type ResourceManagerModifierConstructorDescriptionStructureTemplateManager(ResourceManager resourceManager, LevelStorageSource.LevelStorageAccess storage, DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.templatesystem.loader
Fields in net.minecraft.world.level.levelgen.structure.templatesystem.loader declared as ResourceManagerModifier and TypeFieldDescriptionprivate ResourceManagerResourceManagerTemplateSource.resourceManagerMethods in net.minecraft.world.level.levelgen.structure.templatesystem.loader with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidResourceManagerTemplateSource.setResourceManager(ResourceManager resourceManager) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem.loader with parameters of type ResourceManagerModifierConstructorDescriptionResourceManagerTemplateSource(DataFixer fixerUpper, HolderGetter<Block> blockLookup, ResourceManager resourceManager, FileToIdConverter fileToIdConverter) -
Uses of ResourceManager in net.neoforged.neoforge.client.entity.animation.json
Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate Map<Identifier, AnimationDefinition> AnimationLoader.prepare(ResourceManager resourceManager) -
Uses of ResourceManager in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type ResourceManagerModifier and TypeMethodDescriptiondefault voidSpriteSourceExtension.run(ResourceManager resourceManager, SpriteSource.Output output, Set<MetadataSectionType<?>> additionalMetadata) Called at the start of texture atlas loading to collect thes providing the textures for the atlas being loaded.invalid reference
SpriteSource.SpriteSupplier -
Uses of ResourceManager in net.neoforged.neoforge.client.model.obj
Fields in net.neoforged.neoforge.client.model.obj declared as ResourceManagerMethods in net.neoforged.neoforge.client.model.obj with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidObjLoader.onResourceManagerReload(ResourceManager resourceManager) -
Uses of ResourceManager in net.neoforged.neoforge.client.resources
Methods in net.neoforged.neoforge.client.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionNeoForgeSplashHooks.loadSplashes(ResourceManager resourceManager) -
Uses of ResourceManager in net.neoforged.neoforge.client.textures
Methods in net.neoforged.neoforge.client.textures with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidNamespacedDirectoryLister.run(ResourceManager resourceManager, SpriteSource.Output output) -
Uses of ResourceManager in net.neoforged.neoforge.common.crafting
Methods in net.neoforged.neoforge.common.crafting with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidRecipePriorityManager.apply(it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceKey<Recipe<?>>> map, ResourceManager resourceManager, ProfilerFiller profilerFiller) protected it.unimi.dsi.fastutil.objects.Object2IntMap<ResourceKey<Recipe<?>>> RecipePriorityManager.prepare(ResourceManager resourceManager, ProfilerFiller profilerFiller) -
Uses of ResourceManager in net.neoforged.neoforge.common.loot
Methods in net.neoforged.neoforge.common.loot with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidLootModifierManager.apply(Map<Identifier, com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) protected Map<Identifier, com.google.gson.JsonElement> LootModifierManager.prepare(ResourceManager resourceManager, ProfilerFiller profilerFiller) -
Uses of ResourceManager in net.neoforged.neoforge.data.event
Fields in net.neoforged.neoforge.data.event declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerGatherDataEvent.DataGeneratorConfig.clientResourceManagerprivate final ResourceManagerGatherDataEvent.DataGeneratorConfig.serverResourceManagerMethods in net.neoforged.neoforge.data.event that return ResourceManagerModifier and TypeMethodDescriptionprivate static ResourceManagerGatherDataEvent.DataGeneratorConfig.createResourceManager(PackType packType, Predicate<String> isGeneratedMod, Collection<Path> existingPacks, Consumer<Consumer<PackResources>> consumer) GatherDataEvent.getResourceManager(PackType packType) -
Uses of ResourceManager in net.neoforged.neoforge.internal
Methods in net.neoforged.neoforge.internal with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate static voidBrandingControl.onResourceManagerReload(ResourceManager resourceManager) -
Uses of ResourceManager in net.neoforged.neoforge.registries
Methods in net.neoforged.neoforge.registries with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate CompletableFuture<Map<ResourceKey<? extends Registry<?>>, DataMapLoader.LoadResult<?>>> DataMapLoader.load(ResourceManager manager, Executor executor, ProfilerFiller profiler) private static Map<ResourceKey<? extends Registry<?>>, DataMapLoader.LoadResult<?>> DataMapLoader.load(ResourceManager manager, ProfilerFiller profiler, RegistryAccess access, ICondition.IContext context)
SpriteSourceList.list(ResourceManager, java.util.Set)instead