Uses of Interface
net.minecraft.server.packs.resources.ResourceManager
Packages that use ResourceManager
Package
Description
-
Uses of ResourceManager in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic void
AddRealmPopupScreen.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 void
PeriodicNotificationManager.apply
(Map<String, List<PeriodicNotificationManager.Notification>> object, ResourceManager resourceManager, ProfilerFiller profiler) protected Map
<String, List<PeriodicNotificationManager.Notification>> PeriodicNotificationManager.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IO -
Uses of ResourceManager in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
FontTexture.load
(ResourceManager manager) private CompletableFuture
<FontManager.Preparation> FontManager.prepare
(ResourceManager resourceManager, Executor executor) FontManager.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) private CompletableFuture
<Optional<GlyphProvider>> FontManager.safeLoad
(FontManager.BuilderId builderId, GlyphProviderDefinition.Loader loader, ResourceManager resourceManager, 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 GlyphProvider
BitmapProvider.Definition.load
(ResourceManager resoureManager) GlyphProviderDefinition.Loader.load
(ResourceManager resourceManager) private GlyphProvider
TrueTypeGlyphProviderDefinition.load
(ResourceManager resourceManager) private GlyphProvider
UnihexProvider.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 TypeMethodDescriptionprotected SimpleTexture.TextureImage
LoadingOverlay.LogoTexture.getTextureImage
(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.model.geom
Methods in net.minecraft.client.model.geom with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
EntityModelSet.onResourceManagerReload
(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ResourceManagerModifier and TypeMethodDescriptionParticleEngine.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ResourceManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ResourceManagerMethods in net.minecraft.client.renderer with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
GpuWarnlistManager.apply
(GpuWarnlistManager.Preparations object, ResourceManager resourceManager, ProfilerFiller profiler) void
BlockEntityWithoutLevelRenderer.onResourceManagerReload
(ResourceManager resourceManager) void
LevelRenderer.onResourceManagerReload
(ResourceManager resourceManager) private static com.google.gson.JsonObject
GpuWarnlistManager.parseJson
(ResourceManager resourceManager, ProfilerFiller profilerFiller) protected GpuWarnlistManager.Preparations
GpuWarnlistManager.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOConstructors in net.minecraft.client.renderer with parameters of type ResourceManagerModifierConstructorDescriptionGameRenderer
(Minecraft minecraft, ItemInHandRenderer itemInHandRenderer, ResourceManager resourceManager, RenderBuffers renderBuffers) -
Uses of ResourceManager in net.minecraft.client.renderer.block
Methods in net.minecraft.client.renderer.block with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
BlockRenderDispatcher.onResourceManagerReload
(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
BlockEntityRenderDispatcher.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 ResourceManager
EntityRendererProvider.Context.resourceManager
Methods in net.minecraft.client.renderer.entity that return ResourceManagerMethods in net.minecraft.client.renderer.entity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
EntityRenderDispatcher.onResourceManagerReload
(ResourceManager resourceManager) void
ItemRenderer.onResourceManagerReload
(ResourceManager resourceManager) Constructors in net.minecraft.client.renderer.entity with parameters of type ResourceManagerModifierConstructorDescriptionContext
(EntityRenderDispatcher entityRenderDispatcher, ItemRenderer itemRenderer, BlockRenderDispatcher blockRenderDispatcher, ItemInHandRenderer itemInHandRenderer, ResourceManager resourceManager, EntityModelSet modelSet, Font font) -
Uses of ResourceManager in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManager
VillagerProfessionLayer.resourceManager
Constructors in net.minecraft.client.renderer.entity.layers with parameters of type ResourceManagerModifierConstructorDescriptionVillagerProfessionLayer
(RenderLayerParent<T, M> renderer, ResourceManager resourceManager, String path) -
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 TypeMethodDescriptionprotected SimpleTexture.TextureImage
PreloadedTexture.getTextureImage
(ResourceManager resourceManager) protected SimpleTexture.TextureImage
SimpleTexture.getTextureImage
(ResourceManager resourceManager) abstract void
AbstractTexture.load
(ResourceManager resourceManager) void
DynamicTexture.load
(ResourceManager manager) void
HttpTexture.load
(ResourceManager resourceManager) void
SimpleTexture.load
(ResourceManager resourceManager) static SimpleTexture.TextureImage
SimpleTexture.TextureImage.load
(ResourceManager resourceManager, ResourceLocation location) void
TextureAtlas.load
(ResourceManager resourceManager) SpriteLoader.loadAndStitch
(ResourceManager resouceManager, ResourceLocation location, int mipLevel, Executor executor) SpriteLoader.loadAndStitch
(ResourceManager resourceManager, ResourceLocation location, int mipLevel, Executor executor, Collection<MetadataSectionSerializer<?>> sectionSerializers) TextureManager.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) void
AbstractTexture.reset
(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation path, Executor executor) void
PreloadedTexture.reset
(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation resourceLocation, Executor p_executor) Constructors in net.minecraft.client.renderer.texture with parameters of type ResourceManagerModifierConstructorDescriptionPreloadedTexture
(ResourceManager resourceManager, ResourceLocation location, Executor backgroundExecutor) TextureManager
(ResourceManager 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) static SpriteSourceList
SpriteSourceList.load
(ResourceManager resourceManager, ResourceLocation sprite) void
SpriteSource.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 TypeMethodDescriptionstatic int[]
PalettedPermutations.loadPaletteEntryFromImage
(ResourceManager resourceMananger, ResourceLocation palette) void
DirectoryLister.run
(ResourceManager resourceManager, SpriteSource.Output output) void
PalettedPermutations.run
(ResourceManager resourceManager, SpriteSource.Output output) void
SingleFile.run
(ResourceManager resourceManager, SpriteSource.Output output) void
SourceFilter.run
(ResourceManager resourceManager, SpriteSource.Output output) void
Unstitcher.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 void
FoliageColorReloadListener.apply
(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected void
GrassColorReloadListener.apply
(int[] object, ResourceManager resourceManager, ProfilerFiller profiler) protected void
SplashManager.apply
(List<String> object, ResourceManager resourceManager, ProfilerFiller profiler) static int[]
LegacyStuffWrapper.getPixels
(ResourceManager manager, ResourceLocation location) Deprecated.protected int[]
FoliageColorReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected int[]
GrassColorReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOSplashManager.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOfinal CompletableFuture
<Void> TextureAtlasHolder.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ResourceManager in net.minecraft.client.resources.language
Methods in net.minecraft.client.resources.language with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic ClientLanguage
ClientLanguage.loadFrom
(ResourceManager resourceManager, List<String> filenames, boolean defaultRightToLeft) void
LanguageManager.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 TypeMethodDescriptionprivate static CompletableFuture
<Map<ResourceLocation, BlockModel>> ModelManager.loadBlockModels
(ResourceManager resourceManager, Executor executor) private static CompletableFuture
<Map<ResourceLocation, List<BlockStateModelLoader.LoadedJson>>> ModelManager.loadBlockStates
(ResourceManager resourceManager, Executor executor) final CompletableFuture
<Void> ModelManager.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) AtlasSet.scheduleLoad
(ResourceManager resourceManager, int mipLevel, Executor executor) -
Uses of ResourceManager in net.minecraft.client.sounds
Methods in net.minecraft.client.sounds with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
SoundManager.apply
(SoundManager.Preparations object, ResourceManager resourceManager, ProfilerFiller profiler) Applies the prepared sound event registrations and caches to the sound manager.(package private) void
SoundManager.Preparations.listResources
(ResourceManager resourceManager) protected SoundManager.Preparations
SoundManager.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IO -
Uses of ResourceManager in net.minecraft.resources
Methods in net.minecraft.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionFileToIdConverter.listMatchingResources
(ResourceManager resourceManager) FileToIdConverter.listMatchingResourcesFromNamespace
(ResourceManager manager, String namespace) List all resources under the given namespace which match this converterFileToIdConverter.listMatchingResourceStacks
(ResourceManager resourceManager) FileToIdConverter.listMatchingResourceStacksFromNamespace
(ResourceManager manager, String namespace) List all resource stacks under the given namespace which match this converterstatic RegistryAccess.Frozen
RegistryDataLoader.load
(ResourceManager resourceManager, RegistryAccess registryAccess, List<RegistryDataLoader.RegistryData<?>> registryData) (package private) static <E> void
RegistryDataLoader.loadContentsFromManager
(ResourceManager resourceManager, RegistryOps.RegistryInfoLookup registryInfoLookup, WritableRegistry<E> registry, com.mojang.serialization.Decoder<E> codec, Map<ResourceKey<?>, Exception> loadingErrors) void
RegistryDataLoader.Loader.loadFromResources
(ResourceManager resouceManager, RegistryOps.RegistryInfoLookup registryInfoLookup) -
Uses of ResourceManager in net.minecraft.server
Fields in net.minecraft.server declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManager
WorldLoader.DataLoadContext.resources
The field for theresources
record component.Methods in net.minecraft.server that return ResourceManagerModifier and TypeMethodDescriptionMinecraftServer.getResourceManager()
WorldLoader.DataLoadContext.resources()
Returns the value of theresources
record component.Methods in net.minecraft.server with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
ServerAdvancementManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> object, ResourceManager resourceManager, ProfilerFiller profiler) private static LayeredRegistryAccess
<RegistryLayer> WorldLoader.loadAndReplaceLayer
(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> registryAccess, RegistryLayer registryLayer, List<RegistryDataLoader.RegistryData<?>> registryData) private static RegistryAccess.Frozen
WorldLoader.loadLayer
(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> registryAccess, RegistryLayer registryLayer, List<RegistryDataLoader.RegistryData<?>> registryData) ReloadableServerResources.loadResources
(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> registries, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, int functionCompilationLevel, Executor backgroundExecutor, Executor gameExecutor) ReloadableServerRegistries.reload
(LayeredRegistryAccess<RegistryLayer> registries, ResourceManager resourceManager, Executor backgroundExecutor) ServerFunctionLibrary.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) private static <T> CompletableFuture
<WritableRegistry<?>> ReloadableServerRegistries.scheduleElementParse
(LootDataType<T> lootDataType, RegistryOps<com.google.gson.JsonElement> registryOps, ResourceManager resourceManager, Executor backgroundExecutor) Constructors in net.minecraft.server with parameters of type ResourceManagerModifierConstructorDescriptionDataLoadContext
(ResourceManager resources, WorldDataConfiguration dataConfiguration, RegistryAccess.Frozen datapackWorldgen, RegistryAccess.Frozen datapackDimensions) Creates an instance of aDataLoadContext
record 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 TypeClassDescriptionclass
class
class
static enum
Methods in net.minecraft.server.packs.resources with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected abstract void
SimplePreparableReloadListener.apply
(T object, ResourceManager resourceManager, ProfilerFiller profiler) static ReloadInstance
SimpleReloadInstance.create
(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor backgroundExecutor, Executor gameExecutor, CompletableFuture<Unit> alsoWaitedFor, boolean profiled) SimpleReloadInstance.StateFactory.create
(PreparableReloadListener.PreparationBarrier preperationBarrier, ResourceManager resourceManager, PreparableReloadListener listener, Executor backgroundExecutor, Executor gameExecutor) static SimpleReloadInstance
<Void> SimpleReloadInstance.of
(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor backgroundExecutor, Executor gameExecutor, CompletableFuture<Unit> alsoWaitedFor) void
ResourceManagerReloadListener.onResourceManagerReload
(ResourceManager resourceManager) protected Map
<ResourceLocation, com.google.gson.JsonElement> SimpleJsonResourceReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOprotected abstract T
SimplePreparableReloadListener.prepare
(ResourceManager resourceManager, ProfilerFiller profiler) Performs any reloading that can be done off-thread, such as file IOPreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) default CompletableFuture
<Void> ResourceManagerReloadListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) final CompletableFuture
<Void> SimplePreparableReloadListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) static void
SimpleJsonResourceReloadListener.scanDirectory
(ResourceManager resourceManager, String name, com.google.gson.Gson gson, Map<ResourceLocation, com.google.gson.JsonElement> output) Constructors in net.minecraft.server.packs.resources with parameters of type ResourceManagerModifierConstructorDescriptionProfiledReloadInstance
(ResourceManager resourceManager, List<PreparableReloadListener> listeners, Executor backgroundExecutor, Executor gameExecutor, CompletableFuture<Unit> alsoWaitedFor) protected
SimpleReloadInstance
(Executor backgroundExecutor, Executor gameExecutor, ResourceManager resourceManager, List<PreparableReloadListener> listeners, SimpleReloadInstance.StateFactory<S> stateFactory, CompletableFuture<Unit> alsoWaitedFor) -
Uses of ResourceManager in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate <T> CompletableFuture
<TagManager.LoadResult<T>> TagManager.createLoader
(ResourceManager resourceManager, Executor backgroundExecutor, RegistryAccess.RegistryEntry<T> entry) TagLoader.load
(ResourceManager resourceManager) TagLoader.loadAndBuild
(ResourceManager resourceManager) TagManager.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ResourceManager in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
RecipeManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> object, ResourceManager resourceManager, 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 ResourceManager
StructurePieceSerializationContext.resourceManager
The field for theresourceManager
record component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return ResourceManagerModifier and TypeMethodDescriptionStructurePieceSerializationContext.resourceManager()
Returns the value of theresourceManager
record 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 aStructurePieceSerializationContext
record class. -
Uses of ResourceManager in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as ResourceManagerModifier and TypeFieldDescriptionprivate ResourceManager
StructureTemplateManager.resourceManager
Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoid
StructureTemplateManager.onResourceManagerReload
(ResourceManager resourceManager) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type ResourceManagerModifierConstructorDescriptionStructureTemplateManager
(ResourceManager resourceManager, LevelStorageSource.LevelStorageAccess levelStorageAccess, com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
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 TypeMethodDescriptionprotected void
AnimationLoader.apply
(Map<ResourceLocation, com.google.gson.JsonElement> animationJsons, ResourceManager resourceManager, ProfilerFiller profiler) -
Uses of ResourceManager in net.neoforged.neoforge.client.loading
Methods in net.neoforged.neoforge.client.loading with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate static CompletableFuture
<Void> ClientModLoader.onResourceReload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller prepareProfiler, ProfilerFiller executeProfiler, Executor asyncExecutor, Executor syncExecutor) -
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 TypeMethodDescriptionvoid
ObjLoader.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 TypeMethodDescriptionvoid
NamespacedDirectoryLister.run
(ResourceManager resourceManager, SpriteSource.Output output) -
Uses of ResourceManager in net.neoforged.neoforge.common.data
Methods in net.neoforged.neoforge.common.data that return ResourceManagerModifier and TypeMethodDescriptionprivate ResourceManager
ExistingFileHelper.getManager
(PackType packType) -
Uses of ResourceManager in net.neoforged.neoforge.common.loot
Methods in net.neoforged.neoforge.common.loot with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected void
LootModifierManager.apply
(Map<ResourceLocation, com.google.gson.JsonElement> resourceList, ResourceManager resourceManagerIn, ProfilerFiller profilerIn) protected Map
<ResourceLocation, 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 ResourceManager
GatherDataEvent.DataGeneratorConfig.clientResourceManager
private final ResourceManager
GatherDataEvent.DataGeneratorConfig.serverResourceManager
Methods in net.neoforged.neoforge.data.event that return ResourceManagerModifier and TypeMethodDescriptionprivate static ResourceManager
GatherDataEvent.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.event
Methods in net.neoforged.neoforge.event with parameters of type ResourceManagerModifier and TypeMethodDescriptionAddReloadListenerEvent.WrappedStateAwareListener.reload
(PreparableReloadListener.PreparationBarrier stage, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor) -
Uses of ResourceManager in net.neoforged.neoforge.internal
Methods in net.neoforged.neoforge.internal with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate static void
BrandingControl.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) DataMapLoader.reload
(PreparableReloadListener.PreparationBarrier preparationBarrier, ResourceManager resourceManager, ProfilerFiller preparationsProfiler, ProfilerFiller reloadProfiler, Executor backgroundExecutor, Executor gameExecutor)