Uses of Class
net.minecraft.client.renderer.texture.TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft.client
-
Uses of TextureManager in net.minecraft.client.gui
Modifier and TypeFieldDescription(package private) final TextureManager
MapRenderer.textureManager
-
Uses of TextureManager in net.minecraft.client.gui.font
Modifier and TypeFieldDescription(package private) final TextureManager
FontManager.textureManager
private final TextureManager
FontSet.textureManager
ModifierConstructorDescriptionFontManager
(TextureManager p_95005_) FontSet
(TextureManager p_95062_, ResourceLocation p_95063_) -
Uses of TextureManager in net.minecraft.client.gui.screens
Modifier and TypeMethodDescriptionstatic CompletableFuture<Void>
TitleScreen.preloadResources
(TextureManager p_96755_, Executor p_96756_) -
Uses of TextureManager in net.minecraft.client.gui.screens.debug
Modifier and TypeMethodDescriptionprivate void
GameModeSwitcherScreen.GameModeSlot.drawSelection
(PoseStack p_97641_, TextureManager p_97642_) private void
GameModeSwitcherScreen.GameModeSlot.drawSlot
(PoseStack p_97631_, TextureManager p_97632_) -
Uses of TextureManager in net.minecraft.client.gui.screens.packs
Modifier and TypeMethodDescriptionprivate ResourceLocation
PackSelectionScreen.loadPackIcon
(TextureManager p_100017_, Pack p_100018_) -
Uses of TextureManager in net.minecraft.client.particle
Modifier and TypeMethodDescriptionvoid
ParticleRenderType.begin
(BufferBuilder p_107436_, TextureManager p_107437_) -
Uses of TextureManager in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionprivate void
PostChain.load
(TextureManager p_110034_, ResourceLocation p_110035_) private void
PostChain.parsePassNode
(TextureManager p_110031_, com.google.gson.JsonElement p_110032_) CubeMap.preload
(TextureManager p_108855_, Executor p_108856_) ModifierConstructorDescriptionPostChain
(TextureManager p_110018_, ResourceManager p_110019_, RenderTarget p_110020_, ResourceLocation p_110021_) -
Uses of TextureManager in net.minecraft.client.renderer.entity
Modifier and TypeFieldDescriptionfinal TextureManager
EntityRenderDispatcher.textureManager
private final TextureManager
ItemRenderer.textureManager
ModifierConstructorDescriptionEntityRenderDispatcher
(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
Modifier and TypeMethodDescriptionvoid
AbstractTexture.reset
(TextureManager p_117956_, ResourceManager p_117957_, ResourceLocation p_117958_, Executor p_117959_) void
PreloadedTexture.reset
(TextureManager p_118114_, ResourceManager p_118115_, ResourceLocation p_118116_, Executor p_118117_) -
Uses of TextureManager in net.minecraft.client.resources
ModifierConstructorDescriptionMobEffectTextureManager
(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
Modifier and TypeMethodDescriptionModelBakery.uploadTextures
(TextureManager p_119299_, ProfilerFiller p_119300_) ModifierConstructorDescriptionModelManager
(TextureManager p_119406_, BlockColors p_119407_, int p_119408_)