Uses of Interface
net.minecraft.resource.ResourceManager
Packages that use ResourceManager
Package
Description
Provides resources to Minecraft, including resource access and provision.
-
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 TypeMethodDescriptionstatic SavePropertiesMinecraftClient.createSaveProperties(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings)Method parameters in net.minecraft.client with type arguments of type ResourceManagerModifier and TypeMethodDescriptionMinecraftClient.createIntegratedResourceManager(DynamicRegistryManager.Impl registryManager, Function<LevelStorage.Session,DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session,DynamicRegistryManager.Impl,ResourceManager,DataPackSettings,SaveProperties> savePropertiesGetter, boolean safeMode, LevelStorage.Session storageSession)private voidMinecraftClient.startIntegratedServer(String worldName, DynamicRegistryManager.Impl registryTracker, Function<LevelStorage.Session,DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session,DynamicRegistryManager.Impl,ResourceManager,DataPackSettings,SaveProperties> savePropertiesGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction) -
Uses of ResourceManager in net.minecraft.client.font
Fields in net.minecraft.client.font declared as 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.gl
Fields 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 location) -
Uses of ResourceManager in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ResourceManagerModifier and TypeMethodDescriptionprotected ResourceTexture.TextureDataSplashScreen.LogoTexture.loadTextureData(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.particle
Methods 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.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic voidRealmsMainScreen.method_23765(ResourceManager manager) -
Uses of ResourceManager in net.minecraft.client.render
Fields 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, ResourceManager resourceManager, BufferBuilderStorage buffers) -
Uses of ResourceManager in net.minecraft.client.render.block
Methods 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.entity
Methods 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.entity
Fields in net.minecraft.client.render.entity declared as ResourceManagerModifier and TypeFieldDescriptionprivate 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, ResourceManager resourceManager, EntityModelLoader modelLoader, TextRenderer textRenderer) -
Uses of ResourceManager in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as ResourceManagerModifier and TypeFieldDescriptionprivate 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.model
Methods 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.item
Methods 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.model
Fields 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 int2) -
Uses of ResourceManager in net.minecraft.client.resource
Methods 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 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)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.language
Methods 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.search
Methods 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.sound
Fields 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.texture
Fields 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 identifier)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 identifier, Executor executor)voidAsyncTexture.registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, 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 identifier, Executor executor)TextureManager(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.util
Methods 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.loot
Methods 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.condition
Methods 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.function
Methods 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.recipe
Methods 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.resource
Subinterfaces of ResourceManager in net.minecraft.resourceModifier and TypeInterfaceDescriptioninterfaceA resource manager that has a reload mechanism.Classes in net.minecraft.resource that implement ResourceManagerModifier and TypeClassDescriptionclassclassstatic classFields in net.minecraft.resource declared as ResourceManagerMethods in net.minecraft.resource that return ResourceManagerMethods 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.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.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.server
Methods 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) -
Uses of ResourceManager in net.minecraft.server.function
Methods in net.minecraft.server.function with parameters of type ResourceManagerModifier and TypeMethodDescriptionFunctionLoader.readLines(ResourceManager resourceManager, Identifier id)FunctionLoader.reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)Performs a reload. -
Uses of ResourceManager in net.minecraft.structure
Fields in net.minecraft.structure declared as ResourceManagerMethods in net.minecraft.structure with parameters of type ResourceManagerModifier and TypeMethodDescriptionvoidStructureManager.setResourceManager(ResourceManager resourceManager)Constructors in net.minecraft.structure with parameters of type ResourceManagerModifierConstructorDescriptionStructureManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer) -
Uses of ResourceManager in net.minecraft.tag
Methods in net.minecraft.tag with parameters of type ResourceManagerModifier and TypeMethodDescriptionprivate <T> @Nullable TagManagerLoader.RequiredGroup<T>TagManagerLoader.buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, RequiredTagList<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.dynamic
Methods in net.minecraft.util.dynamic with parameters of type ResourceManagerModifier and TypeMethodDescriptionstatic <T> RegistryOps<T>RegistryOps.method_36574(com.mojang.serialization.DynamicOps<T> dynamicOps, ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager)static <T> RegistryOps<T>RegistryOps.of(com.mojang.serialization.DynamicOps<T> delegate, ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager)static RegistryOps.EntryLoaderRegistryOps.EntryLoader.resourceBacked(ResourceManager resourceManager)