Uses of Interface
net.minecraft.resource.ResourceManager
-
Uses of ResourceManager in net.minecraft.client
Methods in net.minecraft.client that return ResourceManager Modifier and Type Method Description ResourceManagerMinecraftClient. getResourceManager()Methods in net.minecraft.client with parameters of type ResourceManager Modifier and Type Method Description static SavePropertiesMinecraftClient. createSaveProperties(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings)Method parameters in net.minecraft.client with type arguments of type ResourceManager Modifier and Type Method Description MinecraftClient.IntegratedResourceManagerMinecraftClient. 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 ResourceManager Modifier and Type Field Description private ResourceManagerUnicodeTextureFont. resourceManagerMethods in net.minecraft.client.font with parameters of type ResourceManager Modifier and Type Method Description @Nullable FontBitmapFont.Loader. load(ResourceManager manager)@Nullable FontFontLoader. load(ResourceManager manager)voidGlyphAtlasTexture. load(ResourceManager manager)@Nullable FontTrueTypeFontLoader. load(ResourceManager manager)@Nullable FontUnicodeTextureFont.Loader. load(ResourceManager manager)Constructors in net.minecraft.client.font with parameters of type ResourceManager Constructor Description UnicodeTextureFont(ResourceManager resourceManager, byte[] sizes, String template) -
Uses of ResourceManager in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ResourceManager Modifier and Type Field Description private ResourceManagerShaderEffect. resourceManagerMethods in net.minecraft.client.gl with parameters of type ResourceManager Modifier and Type Method Description static EffectProgramJsonEffectGlShader. loadEffect(ResourceManager resourceManager, Program.Type type, String name)Constructors in net.minecraft.client.gl with parameters of type ResourceManager Constructor Description JsonEffectGlShader(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 ResourceManager Modifier and Type Method Description protected ResourceTexture.TextureDataSplashScreen.LogoTexture. loadTextureData(ResourceManager resourceManager) -
Uses of ResourceManager in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ResourceManager Modifier and Type Method Description private voidParticleManager. loadTextureList(ResourceManager resourceManager, Identifier id, Map<Identifier,List<Identifier>> result)CompletableFuture<Void>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 ResourceManager Modifier and Type Method Description static voidRealmsMainScreen. method_23765(ResourceManager manager) -
Uses of ResourceManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as ResourceManager Modifier and Type Field Description private ResourceManagerGameRenderer. resourceManagerMethods in net.minecraft.client.render with parameters of type ResourceManager Modifier and Type Method Description voidGameRenderer. 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 ResourceManager Constructor Description GameRenderer(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 ResourceManager Modifier and Type Method Description voidBlockRenderManager. 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 ResourceManager Modifier and Type Method Description voidBlockEntityRenderDispatcher. 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 ResourceManager Modifier and Type Field Description private ResourceManagerEntityRendererFactory.Context. resourceManagerMethods in net.minecraft.client.render.entity that return ResourceManager Modifier and Type Method Description ResourceManagerEntityRendererFactory.Context. getResourceManager()Methods in net.minecraft.client.render.entity with parameters of type ResourceManager Modifier and Type Method Description voidEntityRenderDispatcher. 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 ResourceManager Constructor Description Context(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 ResourceManager Modifier and Type Field Description private ResourceManagerVillagerClothingFeatureRenderer. resourceManagerConstructors in net.minecraft.client.render.entity.feature with parameters of type ResourceManager Constructor Description VillagerClothingFeatureRenderer(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 ResourceManager Modifier and Type Method Description voidEntityModelLoader. 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 ResourceManager Modifier and Type Method Description voidBuiltinModelItemRenderer. 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 ResourceManager Modifier and Type Field Description private ResourceManagerModelLoader. resourceManagerMethods in net.minecraft.client.render.model with parameters of type ResourceManager Modifier and Type Method Description protected 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 ResourceManager Constructor Description ModelLoader(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 ResourceManager Modifier and Type Method Description protected 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)protected int[]GrassColormapResourceSupplier. method_18662(ResourceManager resourceManager, Profiler profiler)protected List<String>SplashTextResourceSupplier. prepare(ResourceManager resourceManager, Profiler profiler)protected VideoWarningManager.WarningPatternLoaderVideoWarningManager. prepare(ResourceManager resourceManager, Profiler profiler)protected int[]FoliageColormapResourceSupplier. reload(ResourceManager resourceManager, Profiler profiler) -
Uses of ResourceManager in net.minecraft.client.resource.language
Methods in net.minecraft.client.resource.language with parameters of type ResourceManager Modifier and Type Method Description static 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 ResourceManager Modifier and Type Method Description voidSearchManager. 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 ResourceManager Modifier and Type Field Description private ResourceManagerSoundLoader. resourceManagerMethods in net.minecraft.client.sound with parameters of type ResourceManager Modifier and Type Method Description protected voidSoundManager. apply(SoundManager.SoundList soundList, ResourceManager resourceManager, Profiler profiler)private static booleanSoundManager. isSoundResourcePresent(Sound sound, Identifier id, ResourceManager resourceManager)protected SoundManager.SoundListSoundManager. prepare(ResourceManager resourceManager, Profiler profiler)private voidSoundManager.SoundList. register(Identifier id, SoundEntry entry, ResourceManager resourceManager)Constructors in net.minecraft.client.sound with parameters of type ResourceManager Constructor Description SoundLoader(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 ResourceManager Modifier and Type Field Description private ResourceManagerTextureManager. resourceContainerMethods in net.minecraft.client.texture with parameters of type ResourceManager Modifier and Type Method Description protected 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)private @Nullable SpriteSpriteAtlasTexture. 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)private List<Sprite>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)CompletableFuture<Void>TextureManager. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)Performs a reload.SpriteAtlasTexture.DataSpriteAtlasTexture. stitch(ResourceManager resourceManager, Stream<Identifier> idStream, Profiler profiler, int mipmapLevel)Constructors in net.minecraft.client.texture with parameters of type ResourceManager Constructor Description AsyncTexture(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 ResourceManager Modifier and Type Method Description static int[]RawTextureDataLoader. loadRawTextureData(ResourceManager resourceManager, Identifier identifier)Deprecated. -
Uses of ResourceManager in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type ResourceManager Modifier and Type Method Description protected 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 ResourceManager Modifier and Type Method Description protected 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 ResourceManager Modifier and Type Method Description protected 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 ResourceManager Modifier and Type Method Description protected voidRecipeManager. apply(Map<Identifier,JsonElement> map, ResourceManager resourceManager, Profiler profiler) -
Uses of ResourceManager in net.minecraft.resource
Subinterfaces of ResourceManager in net.minecraft.resource Modifier and Type Interface Description interfaceReloadableResourceManagerA resource manager that has a reload mechanism.Classes in net.minecraft.resource that implement ResourceManager Modifier and Type Class Description classNamespaceResourceManagerclassReloadableResourceManagerImplstatic classResourceManager.EmptyFields in net.minecraft.resource declared as ResourceManager Modifier and Type Field Description protected ResourceManagerSimpleResourceReload. managerMethods in net.minecraft.resource that return ResourceManager Modifier and Type Method Description ResourceManagerServerResourceManager. getResourceManager()Methods in net.minecraft.resource with parameters of type ResourceManager Modifier and Type Method Description protected 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.CompletableFuture<S>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.CompletableFuture<Void>ResourceReloader. reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)Performs a reload.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.Constructors in net.minecraft.resource with parameters of type ResourceManager Constructor Description ProfiledResourceReload(ResourceManager manager, List<ResourceReloader> reloaders, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> initialStage)SimpleResourceReload(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 ResourceManager Modifier and Type Method Description ResourceManagerMinecraftServer. method_34864()Methods in net.minecraft.server with parameters of type ResourceManager Modifier and Type Method Description protected 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 ResourceManager Modifier and Type Method Description private static List<String>FunctionLoader. readLines(ResourceManager resourceManager, Identifier id)CompletableFuture<Void>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 ResourceManager Modifier and Type Field Description private ResourceManagerStructureManager. resourceManagerMethods in net.minecraft.structure with parameters of type ResourceManager Modifier and Type Method Description voidStructureManager. setResourceManager(ResourceManager resourceManager)Constructors in net.minecraft.structure with parameters of type ResourceManager Constructor Description StructureManager(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 ResourceManager Modifier and Type Method Description private <T> @Nullable TagManagerLoader.RequiredGroup<T>TagManagerLoader. buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, RequiredTagList<T> requirement)TagGroup<T>TagGroupLoader. load(ResourceManager manager)Map<Identifier,Tag.Builder>TagGroupLoader. loadTags(ResourceManager manager)CompletableFuture<Void>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 ResourceManager Modifier and Type Method Description static <T> RegistryOps<T>RegistryOps. of(com.mojang.serialization.DynamicOps<T> delegate, ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager)static RegistryOps.EntryLoaderRegistryOps.EntryLoader. resourceBacked(ResourceManager resourceManager)