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 TextureManager
FontManager.textureManager
private final TextureManager
FontStorage.textureManager
Constructors in net.minecraft.client.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager
(TextureManager manager) FontStorage
(TextureManager textureManager, Identifier id) -
Uses of TextureManager in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate void
PostEffectProcessor.parseEffect
(TextureManager textureManager, Identifier id) private void
PostEffectProcessor.parsePass
(TextureManager textureManager, JsonElement jsonPass) Constructors in net.minecraft.client.gl with parameters of type TextureManagerModifierConstructorDescriptionPostEffectProcessor
(TextureManager textureManager, ResourceFactory resourceFactory, Framebuffer framebuffer, Identifier id) -
Uses of TextureManager in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureManagerModifier and TypeMethodDescriptionCubeMapRenderer.loadTexturesAsync
(TextureManager textureManager, Executor executor) -
Uses of TextureManager in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic CompletableFuture
<Void> TitleScreen.loadTexturesAsync
(TextureManager textureManager, Executor executor) -
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 Identifier
PackScreen.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 WorldIcon
WorldIcon.forServer
(TextureManager textureManager, String serverAddress) static WorldIcon
WorldIcon.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
Fields in net.minecraft.client.particle declared as TextureManagerMethods in net.minecraft.client.particle with parameters of type TextureManagerModifier and TypeMethodDescriptionParticleTextureSheet.begin
(Tessellator tessellator, TextureManager textureManager) Called to set up OpenGL render state for drawing particles of a given type.Constructors in net.minecraft.client.particle with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
MapRenderer.textureManager
Constructors in net.minecraft.client.render with parameters of type TextureManagerModifierConstructorDescriptionMapRenderer
(TextureManager textureManager, MapDecorationsAtlasManager mapDecorationsAtlasManager) -
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 TextureManagerModifierConstructorDescriptionEntityRenderDispatcher
(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader) -
Uses of TextureManager in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as TextureManagerConstructors in net.minecraft.client.render.item with parameters of type TextureManagerModifierConstructorDescriptionItemRenderer
(MinecraftClient client, TextureManager manager, BakedModelManager bakery, ItemColors colors, BuiltinModelItemRenderer builtinModelItemRenderer) -
Uses of TextureManager in net.minecraft.client.render.model
Constructors in net.minecraft.client.render.model with parameters of type TextureManagerModifierConstructorDescriptionBakedModelManager
(TextureManager textureManager, BlockColors colorMap, int mipmap) SpriteAtlasManager
(Map<Identifier, Identifier> loaders, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManager
PlayerSkinProvider.FileCache.textureManager
Methods in net.minecraft.client.texture with parameters of type TextureManagerModifier and TypeMethodDescriptionvoid
AbstractTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) void
AsyncTexture.registerTexture
(TextureManager textureManager, ResourceManager resourceManager, Identifier id, Executor executor) Constructors in net.minecraft.client.texture with parameters of type TextureManagerModifierConstructorDescription(package private)
FileCache
(TextureManager textureManager, Path directory, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type) GuiAtlasManager
(TextureManager manager) MapDecorationsAtlasManager
(TextureManager manager) PaintingManager
(TextureManager manager) PlayerSkinProvider
(TextureManager textureManager, Path directory, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, Executor executor) SpriteAtlasHolder
(TextureManager textureManager, Identifier atlasId, Identifier sourcePath) SpriteAtlasHolder
(TextureManager textureManager, Identifier atlasId, Identifier sourcePath, Set<ResourceMetadataReader<?>> metadataReaders) StatusEffectSpriteManager
(TextureManager textureManager)