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 pTextureManager) MapRenderer
(TextureManager pTextureManager, MapDecorationTextureManager pDecorationTextures) -
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 pTextureManager) FontSet
(TextureManager pTextureManager, ResourceLocation pName) -
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 pTextureManager, String pWorldName) static FaviconTexture
FaviconTexture.forWorld
(TextureManager pTextureManager, String pWorldName) static CompletableFuture
<Void> TitleScreen.preloadResources
(TextureManager pTexMngr, Executor pBackgroundExecutor) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivate
FaviconTexture
(TextureManager pTextureManager, ResourceLocation pTextureLocation) -
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 pTextureManager, Pack pPack) -
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 pTesselator, TextureManager pTextureManager) 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 pTextureManager, ResourceLocation pResourceLocation) private void
PostChain.parsePassNode
(TextureManager p_110031_, com.google.gson.JsonElement p_110032_) CubeMap.preload
(TextureManager pTexMngr, Executor pBackgroundExecutor) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionPostChain
(TextureManager pTextureManager, ResourceProvider pResourceProvider, RenderTarget pScreenTarget, ResourceLocation pResourceLocation) -
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 pMinecraft, TextureManager pTextureManager, ItemRenderer pItemRenderer, BlockRenderDispatcher pBlockRenderDispatcher, Font pFont, Options pOptions, EntityModelSet pEntityModels) ItemRenderer
(Minecraft pMinecraft, TextureManager pTextureManager, ModelManager pModelManager, ItemColors pItemColors, BlockEntityWithoutLevelRenderer pBlockEntityRenderer) -
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 pTextureManager, ResourceManager pResourceManager, ResourceLocation pPath, Executor pExecutor) void
PreloadedTexture.reset
(TextureManager pTextureManager, ResourceManager pResourceManager, ResourceLocation pResourceLocation, Executor pExecutor) -
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 pTextureManager) MobEffectTextureManager
(TextureManager pTextureManager) PaintingTextureManager
(TextureManager pTextureManager) SkinManager
(TextureManager p_118812_, Path p_294690_, com.mojang.authlib.minecraft.MinecraftSessionService p_118814_, Executor p_294105_) TextureAtlasHolder
(TextureManager pTextureManager, ResourceLocation pTextureAtlasLocation, ResourceLocation pAtlasInfoLocation) TextureAtlasHolder
(TextureManager pTextureManager, ResourceLocation pTextureAtlasLocation, ResourceLocation pAtlasInfoLocation, Set<MetadataSectionSerializer<?>> pMetadataSections) (package private)
TextureCache
(TextureManager p_295278_, Path p_294453_, com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_294220_) -
Uses of TextureManager in net.minecraft.client.resources.model
Constructors in net.minecraft.client.resources.model with parameters of type TextureManagerModifierConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> pAtlasMap, TextureManager pTextureManager) ModelManager
(TextureManager pTextureManager, BlockColors pBlockColors, int pMaxMipmapLevels)