Uses of Class
net.minecraft.client.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.font
Fields in net.minecraft.client.font declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerFontManager.textureManagerprivate final TextureManagerGlyphBaker.textureManagerConstructors in net.minecraft.client.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager(TextureManager textureManager, AtlasManager atlasManager, PlayerSkinCache playerSkinCache) GlyphBaker(TextureManager textureManager, Identifier fontId)  - 
Uses of TextureManager in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManagerShaderLoader.textureManagerMethods in net.minecraft.client.gl with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic PostEffectProcessorPostEffectProcessor.parseEffect(PostEffectPipeline pipeline, TextureManager textureManager, Set<Identifier> availableExternalTargets, Identifier id, ProjectionMatrix2 projectionMatrix) private static PostEffectPassPostEffectProcessor.parsePass(TextureManager textureManager, PostEffectPipeline.Pass pass, Identifier id) Constructors in net.minecraft.client.gl with parameters of type TextureManagerModifierConstructorDescriptionShaderLoader(TextureManager textureManager, Consumer<Exception> onError)  - 
Uses of TextureManager in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidCubeMapRenderer.registerTextures(TextureManager textureManager) voidRotatingCubeMapRenderer.registerTextures(TextureManager textureManager)  - 
Uses of TextureManager in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic voidSplashOverlay.init(TextureManager textureManager) static voidTitleScreen.registerTextures(TextureManager textureManager)  - 
Uses of TextureManager in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate IdentifierPackScreen.loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)  - 
Uses of TextureManager in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as TextureManagerMethods in net.minecraft.client.gui.screen.world with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic WorldIconWorldIcon.forServer(TextureManager textureManager, String serverAddress) static WorldIconWorldIcon.forWorld(TextureManager textureManager, String worldName) Constructors in net.minecraft.client.gui.screen.world with parameters of type TextureManager - 
Uses of TextureManager in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidBillboardParticleSubmittable.render(BillboardParticleSubmittable.Buffers buffers, LayeredCustomCommandRenderer.VerticesCache cache, RenderPass renderPass, TextureManager manager, boolean translucent)  - 
Uses of TextureManager in net.minecraft.client.render.command
Methods in net.minecraft.client.render.command with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidOrderedRenderCommandQueue.LayeredCustom.render(BillboardParticleSubmittable.Buffers buffers, LayeredCustomCommandRenderer.VerticesCache cache, RenderPass renderPass, TextureManager manager, boolean translucent)  - 
Uses of TextureManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as TextureManagerConstructors in net.minecraft.client.render.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderManager(MinecraftClient client, TextureManager textureManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, AtlasManager atlasManager, TextRenderer textRenderer, GameOptions gameOptions, Supplier<LoadedEntityModels> entityModelsGetter, EquipmentModelLoader equipmentModelLoader, PlayerSkinCache skinCache)  - 
Uses of TextureManager in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManagerMapTextureManager.textureManager(package private) final TextureManagerPlayerSkinCache.textureManagerprivate final TextureManagerPlayerSkinTextureDownloader.textureManagerConstructors in net.minecraft.client.texture with parameters of type TextureManagerModifierConstructorDescriptionAtlasManager(TextureManager textureManager, int mipmapLevels) MapTextureManager(TextureManager textureManager) PlayerSkinCache(TextureManager textureManager, PlayerSkinProvider playerSkinProvider, GameProfileResolver gameProfileResolver) PlayerSkinTextureDownloader(Proxy proxy, TextureManager textureManager, Executor executor)