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 TextureManagerConstructors in net.minecraft.client.gui with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as TextureManagerModifier and TypeFieldDescription(package private) TextureManagerFontManager.textureManagerprivate TextureManagerFontSet.textureManagerConstructors in net.minecraft.client.gui.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager(TextureManager p_95005_)FontSet(TextureManager p_95062_, ResourceLocation p_95063_) -
Uses of TextureManager in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic CompletableFuture<Void>TitleScreen.preloadResources(TextureManager p_96755_, Executor p_96756_) -
Uses of TextureManager in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidGameModeSwitcherScreen.GameModeSlot.drawSelection(PoseStack p_97641_, TextureManager p_97642_)private voidGameModeSwitcherScreen.GameModeSlot.drawSlot(PoseStack p_97631_, TextureManager p_97632_) -
Uses of TextureManager in net.minecraft.client.gui.screens.inventory.tooltip
Methods in net.minecraft.client.gui.screens.inventory.tooltip with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidClientBundleTooltip.blit(PoseStack p_169894_, int p_169895_, int p_169896_, int p_169897_, TextureManager p_169898_, ClientBundleTooltip.Texture p_169899_)private voidClientBundleTooltip.drawBorder(int p_169876_, int p_169877_, int p_169878_, int p_169879_, PoseStack p_169880_, int p_169881_, TextureManager p_169882_)voidClientBundleTooltip.renderImage(Font p_169903_, int p_169904_, int p_169905_, PoseStack p_169906_, ItemRenderer p_169907_, int p_169908_, TextureManager p_169909_)default voidClientTooltipComponent.renderImage(Font p_169958_, int p_169959_, int p_169960_, PoseStack p_169961_, ItemRenderer p_169962_, int p_169963_, TextureManager p_169964_)private voidClientBundleTooltip.renderSlot(int p_169884_, int p_169885_, int p_169886_, boolean p_169887_, Font p_169888_, PoseStack p_169889_, ItemRenderer p_169890_, int p_169891_, TextureManager p_169892_) -
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 p_100017_, Pack p_100018_) -
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 TypeMethodDescriptionvoidParticleRenderType.begin(BufferBuilder p_107436_, TextureManager p_107437_)Constructors in net.minecraft.client.particle with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureManagerMethods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidPostChain.load(TextureManager p_110034_, ResourceLocation p_110035_)private voidPostChain.parsePassNode(TextureManager p_110031_, com.google.gson.JsonElement p_110032_)CubeMap.preload(TextureManager p_108855_, Executor p_108856_)Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionPostChain(TextureManager p_110018_, ResourceManager p_110019_, RenderTarget p_110020_, ResourceLocation p_110021_) -
Uses of TextureManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as TextureManagerModifier and TypeFieldDescriptionEntityRenderDispatcher.textureManagerprivate TextureManagerItemRenderer.textureManagerConstructors in net.minecraft.client.renderer.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderDispatcher(TextureManager p_173998_, ItemRenderer p_173999_, Font p_174000_, Options p_174001_, EntityModelSet p_174002_)ItemRenderer(TextureManager p_174225_, ModelManager p_174226_, ItemColors p_174227_, BlockEntityWithoutLevelRenderer p_174228_) -
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 p_117956_, ResourceManager p_117957_, ResourceLocation p_117958_, Executor p_117959_)voidPreloadedTexture.reset(TextureManager p_118114_, ResourceManager p_118115_, ResourceLocation p_118116_, Executor p_118117_) -
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManagerConstructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMobEffectTextureManager(TextureManager p_118730_)PaintingTextureManager(TextureManager p_118802_)SkinManager(TextureManager p_118812_, File p_118813_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_)TextureAtlasHolder(TextureManager p_118887_, ResourceLocation p_118888_, String p_118889_) -
Uses of TextureManager in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model declared as TextureManagerMethods in net.minecraft.client.resources.model with parameters of type TextureManagerModifier and TypeMethodDescriptionModelBakery.uploadTextures(TextureManager p_119299_, ProfilerFiller p_119300_)Constructors in net.minecraft.client.resources.model with parameters of type TextureManagerModifierConstructorDescriptionModelManager(TextureManager p_119406_, BlockColors p_119407_, int p_119408_) -
Uses of TextureManager in net.minecraftforge.debug.client
Methods in net.minecraftforge.debug.client with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidCustomTooltipTest.CustomClientTooltip.renderImage(Font font, int x, int y, PoseStack poseStack, ItemRenderer itemRenderer_, int zIndex, TextureManager textureManager)