Uses of Class
net.minecraft.client.texture.TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft.client
-
Uses of TextureManager in net.minecraft.client.font
Modifier and TypeFieldDescription(package private) final TextureManager
FontManager.textureManager
private final TextureManager
FontStorage.textureManager
ModifierConstructorDescriptionFontManager
(TextureManager manager) FontStorage
(TextureManager textureManager, Identifier id) -
Uses of TextureManager in net.minecraft.client.gl
Modifier and TypeMethodDescriptionprivate void
ShaderEffect.parseEffect
(TextureManager textureManager, Identifier id) private void
ShaderEffect.parsePass
(TextureManager textureManager, JsonElement jsonPass) ModifierConstructorDescriptionShaderEffect
(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier id) -
Uses of TextureManager in net.minecraft.client.gui
Modifier and TypeMethodDescriptionCubeMapRenderer.loadTexturesAsync
(TextureManager textureManager, Executor executor) -
Uses of TextureManager in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprivate void
GameModeSelectionScreen.ButtonWidget.drawBackground
(MatrixStack matrices, TextureManager textureManager) private void
GameModeSelectionScreen.ButtonWidget.drawSelectionBox
(MatrixStack matrices, TextureManager textureManager) static CompletableFuture<Void>
TitleScreen.loadTexturesAsync
(TextureManager textureManager, Executor executor) -
Uses of TextureManager in net.minecraft.client.gui.screen.pack
Modifier and TypeMethodDescriptionprivate Identifier
PackScreen.loadPackIcon
(TextureManager textureManager, ResourcePackProfile resourcePackProfile) -
Uses of TextureManager in net.minecraft.client.particle
Modifier and TypeMethodDescriptionvoid
ParticleTextureSheet.begin
(BufferBuilder builder, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.render
Modifier and TypeFieldDescription(package private) final TextureManager
MapRenderer.textureManager
-
Uses of TextureManager in net.minecraft.client.render.entity
ModifierConstructorDescriptionEntityRenderDispatcher
(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of TextureManager in net.minecraft.client.render.item
ModifierConstructorDescriptionItemRenderer
(TextureManager manager, BakedModelManager bakery, ItemColors colors, BuiltinModelItemRenderer builtinModelItemRenderer) -
Uses of TextureManager in net.minecraft.client.render.model
Modifier and TypeMethodDescriptionModelLoader.upload
(TextureManager textureManager, Profiler profiler) ModifierConstructorDescriptionBakedModelManager
(TextureManager textureManager, BlockColors colorMap, int mipmap) -
Uses of TextureManager in net.minecraft.client.texture
Modifier and TypeMethodDescriptionvoid
AbstractTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) void
AsyncTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) ModifierConstructorDescriptionPaintingManager
(TextureManager manager) PlayerSkinProvider
(TextureManager textureManager, File skinCacheDir, com.mojang.authlib.minecraft.MinecraftSessionService sessionService) SpriteAtlasHolder
(TextureManager textureManager, Identifier atlasId, String pathPrefix) StatusEffectSpriteManager
(TextureManager textureManager)