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.render
Methods in net.minecraft.client.gui.render with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidGuiRenderer.registerPanoramaTextures(TextureManager textureManager) -
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 TextureManagerLevelRenderer.textureManagerprivate 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) voidGameRenderer.registerPanoramaTextures(TextureManager textureManager) voidCubeMap.registerTextures(TextureManager textureManager) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionLevelRenderer(EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, ModelManager modelManager, TextureManager textureManager, AtlasManager atlasManager, ShaderManager shaderManager, GameRenderer gameRenderer, int width, int height) PlayerSkinRenderCache(TextureManager textureManager, SkinManager skinManager, ProfileResolver profileResolver) ShaderManager(TextureManager textureManager, Consumer<Exception> recoveryHandler) SkyRenderer(TextureManager textureManager, AtlasManager atlasManager, RenderTarget renderTarget) -
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, BlockModelResolver blockModelResolver, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, AtlasManager atlasManager, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentAssets, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of TextureManager in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerFeatureFrameContext.textureManagerThe field for thetextureManagerrecord component.Methods in net.minecraft.client.renderer.feature that return TextureManagerModifier and TypeMethodDescriptionFeatureFrameContext.textureManager()Returns the value of thetextureManagerrecord component.Methods in net.minecraft.client.renderer.feature with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate static voidQuadParticleFeatureRenderer.drawLayers(StagedVertexBuffer stagedBuffer, Map<SingleQuadParticle.Layer, StagedVertexBuffer.Draw> layers, RenderPass renderPass, TextureManager textureManager) Constructors in net.minecraft.client.renderer.feature with parameters of type TextureManagerModifierConstructorDescriptionFeatureFrameContext(OptionsRenderState options, Font font, BlockStateModelSet blockStateModelSet, BlockColors blockColors, TextureManager textureManager, AtlasManager atlasManager, GpuTextureView lightmap, StagedVertexBuffer stagedVertexBuffer) Creates an instance of aFeatureFrameContextrecord class. -
Uses of TextureManager in net.minecraft.client.renderer.rendertype
Methods in net.minecraft.client.renderer.rendertype with parameters of type TextureManagerModifier and TypeMethodDescriptionRenderSetup.prepareTextures(TextureManager textureManager, SamplerCache samplerCache, GpuTextureView overlayTexture, GpuTextureView lightmapTexture) -
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.sprite
Constructors in net.minecraft.client.resources.model.sprite with parameters of type TextureManager