Uses of Interface
net.minecraft.resource.ResourceManager
Packages that use ResourceManager
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
- 
Uses of ResourceManager in net.minecraft.clientMethods in net.minecraft.client that return ResourceManager
- 
Uses of ResourceManager in net.minecraft.client.fontFields in net.minecraft.client.font declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerUnicodeTextureFont.resourceManagerMethods in net.minecraft.client.font with parameters of type ResourceManagerModifier and TypeMethodDescriptionBitmapFont.Loader.load(ResourceManager manager) FontLoader.load(ResourceManager manager) voidGlyphAtlasTexture.load(ResourceManager manager) TrueTypeFontLoader.load(ResourceManager manager) UnicodeTextureFont.Loader.load(ResourceManager manager) Constructors in net.minecraft.client.font with parameters of type ResourceManagerModifierConstructorDescriptionUnicodeTextureFont(ResourceManager resourceManager, byte[] sizes, String template) 
- 
Uses of ResourceManager in net.minecraft.client.glFields in net.minecraft.client.gl declared as ResourceManagerMethods in net.minecraft.client.gl with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic EffectProgramJsonEffectGlShader.loadEffect(ResourceManager resourceManager, Program.Type type, String name) Constructors in net.minecraft.client.gl with parameters of type ResourceManagerModifierConstructorDescriptionJsonEffectGlShader(ResourceManager resource, String name) PostProcessShader(ResourceManager resourceManager, String programName, Framebuffer input, Framebuffer output) ShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier id) 
- 
Uses of ResourceManager in net.minecraft.client.gui.screenMethods in net.minecraft.client.gui.screen with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected ResourceTexture.TextureDataSplashOverlay.LogoTexture.loadTextureData(ResourceManager resourceManager) 
- 
Uses of ResourceManager in net.minecraft.client.particleMethods in net.minecraft.client.particle with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate voidParticleManager.loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier, List<Identifier>> result) ParticleManager.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.
- 
Uses of ResourceManager in net.minecraft.client.realms.gui.screenMethods in net.minecraft.client.realms.gui.screen with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic voidRealmsMainScreen.loadImages(ResourceManager manager) 
- 
Uses of ResourceManager in net.minecraft.client.renderFields in net.minecraft.client.render declared as ResourceManagerMethods in net.minecraft.client.render with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidGameRenderer.loadShaders(ResourceManager manager) voidGameRenderer.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.voidWorldRenderer.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.Constructors in net.minecraft.client.render with parameters of type ResourceManagerModifierConstructorDescriptionGameRenderer(MinecraftClient client, HeldItemRenderer heldItemRenderer, ResourceManager resourceManager, BufferBuilderStorage buffers) 
- 
Uses of ResourceManager in net.minecraft.client.render.blockMethods in net.minecraft.client.render.block with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidBlockRenderManager.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.render.block.entityMethods in net.minecraft.client.render.block.entity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.render.entityFields in net.minecraft.client.render.entity declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerEntityRendererFactory.Context.resourceManagerMethods in net.minecraft.client.render.entity that return ResourceManagerMethods in net.minecraft.client.render.entity with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.Constructors in net.minecraft.client.render.entity with parameters of type ResourceManagerModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, BlockRenderManager blockRenderManager, HeldItemRenderer heldItemRenderer, ResourceManager resourceManager, EntityModelLoader modelLoader, TextRenderer textRenderer) 
- 
Uses of ResourceManager in net.minecraft.client.render.entity.featureFields in net.minecraft.client.render.entity.feature declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerVillagerClothingFeatureRenderer.resourceManagerConstructors in net.minecraft.client.render.entity.feature with parameters of type ResourceManagerModifierConstructorDescriptionVillagerClothingFeatureRenderer(FeatureRendererContext<T, M> context, ResourceManager resourceManager, String entityType) 
- 
Uses of ResourceManager in net.minecraft.client.render.entity.modelMethods in net.minecraft.client.render.entity.model with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidEntityModelLoader.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.render.itemMethods in net.minecraft.client.render.item with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidBuiltinModelItemRenderer.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.voidItemRenderer.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.render.modelFields in net.minecraft.client.render.model declared as ResourceManagerMethods in net.minecraft.client.render.model with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidBakedModelManager.apply(ModelLoader modelLoader, ResourceManager resourceManager, Profiler profiler) protected ModelLoaderBakedModelManager.prepare(ResourceManager resourceManager, Profiler profiler) Constructors in net.minecraft.client.render.model with parameters of type ResourceManagerModifierConstructorDescriptionModelLoader(ResourceManager resourceManager, BlockColors blockColors, Profiler profiler, int mipmapLevel) 
- 
Uses of ResourceManager in net.minecraft.client.resourceMethods in net.minecraft.client.resource with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidFoliageColormapResourceSupplier.apply(int[] int2, ResourceManager resourceManager, Profiler profiler) protected voidGrassColormapResourceSupplier.apply(int[] int2, ResourceManager resourceManager, Profiler profiler) protected voidPeriodicNotificationManager.apply(Map<String, List<PeriodicNotificationManager.Entry>> map, ResourceManager resourceManager, Profiler profiler) protected voidSplashTextResourceSupplier.apply(List<String> list, ResourceManager resourceManager, Profiler profiler) protected voidVideoWarningManager.apply(VideoWarningManager.WarningPatternLoader warningPatternLoader, ResourceManager resourceManager, Profiler profiler) private static @Nullable JsonObjectVideoWarningManager.loadWarnlist(ResourceManager resourceManager, Profiler profiler) protected Map<String,List<PeriodicNotificationManager.Entry>> PeriodicNotificationManager.prepare(ResourceManager resourceManager, Profiler profiler) SplashTextResourceSupplier.prepare(ResourceManager resourceManager, Profiler profiler) protected VideoWarningManager.WarningPatternLoaderVideoWarningManager.prepare(ResourceManager resourceManager, Profiler profiler) protected int[]FoliageColormapResourceSupplier.reload(ResourceManager resourceManager, Profiler profiler) protected int[]GrassColormapResourceSupplier.tryLoad(ResourceManager resourceManager, Profiler profiler) 
- 
Uses of ResourceManager in net.minecraft.client.resource.languageMethods in net.minecraft.client.resource.language with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic TranslationStorageTranslationStorage.load(ResourceManager resourceManager, List<LanguageDefinition> definitions) voidLanguageManager.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.searchMethods in net.minecraft.client.search with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidSearchManager.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.
- 
Uses of ResourceManager in net.minecraft.client.soundFields in net.minecraft.client.sound declared as ResourceManagerMethods in net.minecraft.client.sound with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidSoundManager.apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler) (package private) static booleanSoundManager.isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager) protected SoundManager.SoundListSoundManager.prepare(ResourceManager resourceManager, Profiler profiler) (package private) voidSoundManager.SoundList.register(Identifier id, SoundEntry entry, ResourceManager resourceManager) Constructors in net.minecraft.client.sound with parameters of type ResourceManagerModifierConstructorDescriptionSoundLoader(ResourceManager resourceManager) SoundManager(ResourceManager resourceManager, GameOptions gameOptions) SoundSystem(SoundManager loader, GameOptions settings, ResourceManager resourceManager) 
- 
Uses of ResourceManager in net.minecraft.client.textureFields in net.minecraft.client.texture declared as ResourceManagerMethods in net.minecraft.client.texture with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidSpriteAtlasHolder.apply(SpriteAtlasTexture.Data data, ResourceManager resourceManager, Profiler profiler) abstract voidAbstractTexture.load(ResourceManager manager) voidNativeImageBackedTexture.load(ResourceManager manager) voidPlayerSkinTexture.load(ResourceManager manager) voidResourceTexture.load(ResourceManager manager) static ResourceTexture.TextureDataResourceTexture.TextureData.load(ResourceManager resourceManager, Identifier id) voidSpriteAtlasTexture.load(ResourceManager manager) SpriteAtlasTexture.loadSprite(ResourceManager container, Sprite.Info info, int atlasWidth, int atlasHeight, int maxLevel, int x, int y) private Collection<Sprite.Info>SpriteAtlasTexture.loadSprites(ResourceManager resourceManager, Set<Identifier> ids) SpriteAtlasTexture.loadSprites(ResourceManager resourceManager, TextureStitcher textureStitcher, int maxLevel) protected ResourceTexture.TextureDataAsyncTexture.loadTextureData(ResourceManager resourceManager) protected ResourceTexture.TextureDataResourceTexture.loadTextureData(ResourceManager resourceManager) protected SpriteAtlasTexture.DataSpriteAtlasHolder.prepare(ResourceManager resourceManager, Profiler profiler) voidAbstractTexture.registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) voidAsyncTexture.registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) TextureManager.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.SpriteAtlasTexture.stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel) Constructors in net.minecraft.client.texture with parameters of type ResourceManagerModifierConstructorDescriptionAsyncTexture(ResourceManager resourceManager, Identifier id, Executor executor) TextureManager(ResourceManager resourceManager) 
- 
Uses of ResourceManager in net.minecraft.client.utilMethods in net.minecraft.client.util with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic int[]RawTextureDataLoader.loadRawTextureData(ResourceManager resourceManager, Identifier id) Deprecated.
- 
Uses of ResourceManager in net.minecraft.lootMethods in net.minecraft.loot with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidLootManager.apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of ResourceManager in net.minecraft.loot.conditionMethods in net.minecraft.loot.condition with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidLootConditionManager.apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of ResourceManager in net.minecraft.loot.functionMethods in net.minecraft.loot.function with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidLootFunctionManager.apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of ResourceManager in net.minecraft.recipeMethods in net.minecraft.recipe with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidRecipeManager.apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) 
- 
Uses of ResourceManager in net.minecraft.resourceSubinterfaces of ResourceManager in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterfaceA lifecycled resource manager is available until it is closed.Classes in net.minecraft.resource that implement ResourceManagerModifier and TypeClassDescriptionclassA basic implementation of resource manager with a lifecycle.classA resource manager that only loads resources for a specific namespace.classA reloadable resource manager is always available to be accessed, and is the type used by the minecraft client instance.static enumMethods in net.minecraft.resource with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected abstract voidSinglePreparationResourceReloader.apply(T prepared, ResourceManager manager, Profiler profiler) Handles the prepared intermediate object.static SimpleResourceReload<Void>SimpleResourceReload.create(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) Creates a simple resource reload without additional results.SimpleResourceReload.Factory.create(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, ResourceReloader reloader, Executor prepareExecutor, Executor applyExecutor) protected Map<Identifier,JsonElement> JsonDataLoader.prepare(ResourceManager resourceManager, Profiler profiler) protected abstract TSinglePreparationResourceReloader.prepare(ResourceManager manager, Profiler profiler) Prepares the intermediate object.ResourceReloader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.final CompletableFuture<Void>SinglePreparationResourceReloader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.voidSynchronousResourceReloader.reload(ResourceManager manager) Performs the reload in the apply executor, or the game engine.default CompletableFuture<Void>SynchronousResourceReloader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.static ResourceReloadSimpleResourceReload.start(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage, boolean profiled) Starts a resource reload with the content from themanagersupplied to thereloaders.Constructors in net.minecraft.resource with parameters of type ResourceManagerModifierConstructorDescriptionProfiledResourceReload(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage) protectedSimpleResourceReload(Executor prepareExecutor, Executor applyExecutor, ResourceManager manager, List<ResourceReloader> reloaders, SimpleResourceReload.Factory<S> factory, CompletableFuture<Unit> initialStage) 
- 
Uses of ResourceManager in net.minecraft.serverMethods in net.minecraft.server that return ResourceManagerMethods in net.minecraft.server with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected voidServerAdvancementLoader.apply(Map<Identifier, JsonElement> map, ResourceManager resourceManager, Profiler profiler) com.mojang.datafixers.util.Pair<D,DynamicRegistryManager.Immutable> SaveLoading.LoadContextSupplier.get(ResourceManager resourceManager, DataPackSettings dataPackSettings) static CompletableFuture<DataPackContents>DataPackContents.reload(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.
- 
Uses of ResourceManager in net.minecraft.server.functionMethods in net.minecraft.server.function with parameters of type ResourceManagerModifier and TypeMethodDescriptionFunctionLoader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.
- 
Uses of ResourceManager in net.minecraft.structureFields in net.minecraft.structure declared as ResourceManagerModifier and TypeFieldDescriptionprivate final ResourceManagerStructureContext.resourceManagerThe field for theresourceManagerrecord component.private ResourceManagerStructureTemplateManager.resourceManagerMethods in net.minecraft.structure that return ResourceManagerModifier and TypeMethodDescriptionStructureContext.resourceManager()Returns the value of theresourceManagerrecord component.Methods in net.minecraft.structure with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidStructureTemplateManager.setResourceManager(ResourceManager resourceManager) Constructors in net.minecraft.structure with parameters of type ResourceManagerModifierConstructorDescriptionStructureContext(ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager, StructureTemplateManager structureTemplateManager) StructureTemplateManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer) 
- 
Uses of ResourceManager in net.minecraft.tagMethods in net.minecraft.tag with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate <T> CompletableFuture<TagManagerLoader.RegistryTags<T>>TagManagerLoader.buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, DynamicRegistryManager.Entry<T> requirement) TagGroupLoader.load(ResourceManager manager) TagGroupLoader.loadTags(ResourceManager manager) TagManagerLoader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor) Performs a reload.
- 
Uses of ResourceManager in net.minecraft.util.dynamicMethods in net.minecraft.util.dynamic with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic <T> RegistryOps<T>RegistryOps.ofLoaded(com.mojang.serialization.DynamicOps<T> ops, DynamicRegistryManager.Mutable registryManager, ResourceManager resourceManager) static EntryLoaderEntryLoader.resourceBacked(ResourceManager resourceManager)