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.font
Fields in net.minecraft.client.gui.font declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerFontManager.textureManagerprivate final TextureManagerGlyphStitcher.textureManagerConstructors in net.minecraft.client.gui.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager(TextureManager textureManager, AtlasManager atlasManager, PlayerSkinRenderCache playerSkinRenderCache) GlyphStitcher(TextureManager textureManager, Identifier texturePrefix) -
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 FaviconTextureFaviconTexture.forServer(TextureManager textureManager, String address) static FaviconTextureFaviconTexture.forWorld(TextureManager textureManager, String levelId) static voidLoadingOverlay.registerTextures(TextureManager textureManager) static voidTitleScreen.registerTextures(TextureManager textureManager) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivateFaviconTexture(TextureManager textureManager, Identifier textureLocation) -
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 IdentifierPackSelectionScreen.loadPackIcon(TextureManager textureManager, Pack pack) -
Uses of TextureManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerPlayerSkinRenderCache.textureManagerprivate final TextureManagerShaderManager.textureManagerMethods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate static PostPassPostChain.createPass(TextureManager textureManager, PostChainConfig.Pass config, Identifier id) private AbstractTextureSkyRenderer.getTexture(TextureManager textureManager, Identifier location) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<Identifier> allowedExternalTargets, Identifier id, Projection projection, ProjectionMatrixBuffer projectionMatrixBuffer) voidCubeMap.registerTextures(TextureManager textureManager) voidPanoramaRenderer.registerTextures(TextureManager textureManager) voidSubmitNodeCollector.ParticleGroupRenderer.render(QuadParticleRenderState.PreparedBuffers buffers, ParticleFeatureRenderer.ParticleBufferCache bufferCache, RenderPass renderPass, TextureManager textureManager) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionPlayerSkinRenderCache(TextureManager textureManager, SkinManager skinManager, ProfileResolver profileResolver) ShaderManager(TextureManager textureManager, Consumer<Exception> recoveryHandler) SkyRenderer(TextureManager textureManager, AtlasManager atlasManager) -
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 minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, AtlasManager atlasManager, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentAssets, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of TextureManager in net.minecraft.client.renderer.state
Methods in net.minecraft.client.renderer.state with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidQuadParticleRenderState.render(QuadParticleRenderState.PreparedBuffers preparedBuffers, ParticleFeatureRenderer.ParticleBufferCache bufferCache, RenderPass renderPass, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerSkinTextureDownloader.textureManagerConstructors in net.minecraft.client.renderer.texture with parameters of type TextureManagerModifierConstructorDescriptionSkinTextureDownloader(Proxy proxy, TextureManager textureManager, Executor mainThreadExecutor) -
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 TextureManager -
Uses of TextureManager in net.minecraft.client.resources.model
Constructors in net.minecraft.client.resources.model with parameters of type TextureManager