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
Constructors 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 TypeFieldDescriptionprivate final TextureManager
FontManager.textureManager
private final TextureManager
FontSet.textureManager
Constructors 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
Fields in net.minecraft.client.gui.screens declared as TextureManagerMethods in net.minecraft.client.gui.screens with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic FaviconTexture
FaviconTexture.forServer
(TextureManager p_289553_, String p_289535_) static FaviconTexture
FaviconTexture.forWorld
(TextureManager p_289550_, String p_289565_) static void
LoadingOverlay.registerTextures
(TextureManager p_389596_) static void
TitleScreen.registerTextures
(TextureManager p_389575_) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivate
FaviconTexture
(TextureManager p_289556_, ResourceLocation p_289549_) -
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 ResourceLocation
PackSelectionScreen.loadPackIcon
(TextureManager p_100017_, Pack p_100018_) -
Uses of TextureManager in net.minecraft.client.particle
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 TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
ShaderManager.textureManager
Methods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate static PostPass
PostChain.createPass
(TextureManager p_364641_, PostChainConfig.Pass p_361826_, ResourceLocation p_405738_) static PostChain
PostChain.load
(PostChainConfig p_366777_, TextureManager p_110034_, Set<ResourceLocation> p_362436_, ResourceLocation p_405015_) void
CubeMap.registerTextures
(TextureManager p_389521_) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionShaderManager
(TextureManager p_366478_, Consumer<Exception> p_368560_) -
Uses of TextureManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as TextureManagerConstructors in net.minecraft.client.renderer.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderDispatcher
(Minecraft p_234579_, TextureManager p_234580_, ItemModelResolver p_388181_, ItemRenderer p_234581_, MapRenderer p_361209_, BlockRenderDispatcher p_234582_, Font p_234583_, Options p_234584_, Supplier<EntityModelSet> p_387861_, EquipmentAssetManager p_386713_) -
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
MapTextureManager.textureManager
Constructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMapDecorationTextureManager
(TextureManager p_335745_) MapTextureManager
(TextureManager p_364440_) MobEffectTextureManager
(TextureManager p_118730_) PaintingTextureManager
(TextureManager p_118802_) TextureAtlasHolder
(TextureManager p_262057_, ResourceLocation p_261554_, ResourceLocation p_262147_) TextureAtlasHolder
(TextureManager p_294921_, ResourceLocation p_295514_, ResourceLocation p_294920_, Set<MetadataSectionType<?>> p_295003_) -
Uses of TextureManager in net.minecraft.client.resources.model
Constructors in net.minecraft.client.resources.model with parameters of type TextureManagerModifierConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_) ModelManager
(TextureManager p_119406_, BlockColors p_119407_, int p_119408_)