Uses of Class
net.minecraft.client.renderer.texture.TextureManager
Packages that use TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft.client
Fields in net.minecraft.client declared as TextureManagerMethods in net.minecraft.client that return TextureManager -
Uses of TextureManager in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManagerMapRenderer.textureManagerConstructors in net.minecraft.client.gui with parameters of type TextureManagerModifierConstructorDescriptionGuiSpriteManager(TextureManager textureManager) MapRenderer(TextureManager textureManager, MapDecorationTextureManager decorationTextures) -
Uses of TextureManager in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerFontManager.textureManagerprivate final TextureManagerFontSet.textureManagerConstructors in net.minecraft.client.gui.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager(TextureManager textureManager) FontSet(TextureManager textureManager, ResourceLocation name) -
Uses of TextureManager in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as TextureManagerMethods in net.minecraft.client.gui.screens with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic FaviconTextureFaviconTexture.forServer(TextureManager textureManager, String worldName) static FaviconTextureFaviconTexture.forWorld(TextureManager textureManager, String worldName) static CompletableFuture<Void> TitleScreen.preloadResources(TextureManager texMngr, Executor backgroundExecutor) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivateFaviconTexture(TextureManager textureManager, ResourceLocation textureLocation) -
Uses of TextureManager in net.minecraft.client.gui.screens.packs
Methods in net.minecraft.client.gui.screens.packs with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate ResourceLocationPackSelectionScreen.loadPackIcon(TextureManager textureManager, Pack pack) -
Uses of TextureManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureManagerMethods in net.minecraft.client.particle with parameters of type TextureManagerModifier and TypeMethodDescriptionParticleRenderType.begin(Tesselator tesselator, TextureManager textureManager) Constructors in net.minecraft.client.particle with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidPostChain.load(TextureManager textureManager, ResourceLocation resourceLocation) private voidPostChain.parsePassNode(TextureManager textureManager, com.google.gson.JsonElement json) CubeMap.preload(TextureManager texMngr, Executor backgroundExecutor) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionPostChain(TextureManager textureManager, ResourceProvider resourceProvider, RenderTarget screenTarget, ResourceLocation resourceLocation) -
Uses of TextureManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as TextureManagerModifier and TypeFieldDescriptionfinal TextureManagerEntityRenderDispatcher.textureManagerprivate final TextureManagerItemRenderer.textureManagerConstructors in net.minecraft.client.renderer.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, EntityModelSet entityModels) ItemRenderer(Minecraft minecraft, TextureManager textureManager, ModelManager modelManager, ItemColors itemColors, BlockEntityWithoutLevelRenderer blockEntityRenderer) -
Uses of TextureManager in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidAbstractTexture.reset(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation path, Executor executor) voidPreloadedTexture.reset(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation resourceLocation, Executor p_executor) -
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerSkinManager.TextureCache.textureManagerConstructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMapDecorationTextureManager(TextureManager textureManager) MobEffectTextureManager(TextureManager textureManager) PaintingTextureManager(TextureManager textureManager) SkinManager(TextureManager textureManager, Path root, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, Executor executor) TextureAtlasHolder(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation) TextureAtlasHolder(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation, Set<MetadataSectionSerializer<?>> metadataSections) (package private)TextureCache(TextureManager textureManager, Path root, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type) -
Uses of TextureManager in net.minecraft.client.resources.model
Constructors in net.minecraft.client.resources.model with parameters of type TextureManagerModifierConstructorDescriptionAtlasSet(Map<ResourceLocation, ResourceLocation> atlasMap, TextureManager textureManager) ModelManager(TextureManager textureManager, BlockColors blockColors, int maxMipmapLevels)