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
Fields in net.minecraft.client.gui declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
MapRenderer.textureManager
Constructors in net.minecraft.client.gui with parameters of type TextureManagerModifierConstructorDescriptionGuiSpriteManager
(TextureManager textureManager) MapRenderer
(TextureManager textureManager, MapDecorationTextureManager decorationTextures) -
Uses of TextureManager in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManager
FontManager.textureManager
private final TextureManager
FontSet.textureManager
Constructors in net.minecraft.client.gui.font with parameters of type TextureManagerModifierConstructorDescriptionFontManager
(TextureManager textureManager) FontSet
(TextureManager textureManager, ResourceLocation name) -
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 FaviconTexture
FaviconTexture.forServer
(TextureManager textureManager, String worldName) static FaviconTexture
FaviconTexture.forWorld
(TextureManager textureManager, String worldName) static CompletableFuture
<Void> TitleScreen.preloadResources
(TextureManager texMngr, Executor backgroundExecutor) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivate
FaviconTexture
(TextureManager textureManager, ResourceLocation 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 ResourceLocation
PackSelectionScreen.loadPackIcon
(TextureManager textureManager, Pack pack) -
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 TypeMethodDescriptionParticleRenderType.begin
(Tesselator tesselator, TextureManager textureManager) Constructors in net.minecraft.client.particle with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate void
PostChain.load
(TextureManager textureManager, ResourceLocation resourceLocation) private void
PostChain.parsePassNode
(TextureManager textureManager, com.google.gson.JsonElement json) CubeMap.preload
(TextureManager texMngr, Executor backgroundExecutor) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionPostChain
(TextureManager textureManager, ResourceProvider resourceProvider, RenderTarget screenTarget, ResourceLocation resourceLocation) -
Uses of TextureManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as TextureManagerModifier and TypeFieldDescriptionfinal TextureManager
EntityRenderDispatcher.textureManager
private final TextureManager
ItemRenderer.textureManager
Constructors in net.minecraft.client.renderer.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderDispatcher
(Minecraft minecraft, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, EntityModelSet entityModels) ItemRenderer
(Minecraft minecraft, TextureManager textureManager, ModelManager modelManager, ItemColors itemColors, BlockEntityWithoutLevelRenderer blockEntityRenderer) -
Uses of TextureManager in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type TextureManagerModifier and TypeMethodDescriptionvoid
AbstractTexture.reset
(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation path, Executor executor) void
PreloadedTexture.reset
(TextureManager textureManager, ResourceManager resourceManager, ResourceLocation resourceLocation, Executor p_executor) -
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManager
SkinManager.TextureCache.textureManager
Constructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMapDecorationTextureManager
(TextureManager textureManager) MobEffectTextureManager
(TextureManager textureManager) PaintingTextureManager
(TextureManager textureManager) SkinManager
(TextureManager textureManager, Path root, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, Executor executor) TextureAtlasHolder
(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation) TextureAtlasHolder
(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation, Set<MetadataSectionSerializer<?>> metadataSections) (package private)
TextureCache
(TextureManager textureManager, Path root, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type type) -
Uses of TextureManager in net.minecraft.client.resources.model
Constructors in net.minecraft.client.resources.model with parameters of type TextureManagerModifierConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> atlasMap, TextureManager textureManager) ModelManager
(TextureManager textureManager, BlockColors blockColors, int maxMipmapLevels)