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
ModifierConstructorDescriptionGuiSpriteManager
(TextureManager p_294434_) MapRenderer
(TextureManager p_93259_, MapDecorationTextureManager p_335870_) -
Uses of TextureManager in net.minecraft.client.gui.font
Modifier and TypeFieldDescriptionprivate 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 FaviconTexture
FaviconTexture.forServer
(TextureManager p_289553_, String p_289535_) static FaviconTexture
FaviconTexture.forWorld
(TextureManager p_289550_, String p_289565_) static CompletableFuture
<Void> TitleScreen.preloadResources
(TextureManager p_96755_, Executor p_96756_) ModifierConstructorDescriptionprivate
FaviconTexture
(TextureManager p_289556_, ResourceLocation p_289549_) -
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_, ResourceProvider p_330592_, 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
(Minecraft p_234579_, TextureManager p_234580_, ItemRenderer p_234581_, BlockRenderDispatcher p_234582_, Font p_234583_, Options p_234584_, EntityModelSet p_234585_) ItemRenderer
(Minecraft p_266926_, TextureManager p_266774_, ModelManager p_266850_, ItemColors p_267016_, BlockEntityWithoutLevelRenderer p_267049_) -
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
Modifier and TypeFieldDescriptionprivate final TextureManager
SkinManager.TextureCache.textureManager
ModifierConstructorDescriptionMapDecorationTextureManager
(TextureManager p_335745_) MobEffectTextureManager
(TextureManager p_118730_) PaintingTextureManager
(TextureManager p_118802_) SkinManager
(TextureManager p_118812_, Path p_294690_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_, Executor p_294105_) TextureAtlasHolder
(TextureManager p_262057_, ResourceLocation p_261554_, ResourceLocation p_262147_) TextureAtlasHolder
(TextureManager p_294921_, ResourceLocation p_295514_, ResourceLocation p_294920_, Set<MetadataSectionSerializer<?>> p_295003_) (package private)
TextureCache
(TextureManager p_295278_, Path p_294453_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_294220_) -
Uses of TextureManager in net.minecraft.client.resources.model
ModifierConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_) ModelManager
(TextureManager p_119406_, BlockColors p_119407_, int p_119408_)