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
Constructors in net.minecraft.client.gui with parameters of type TextureManager -
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 void
LoadingOverlay.registerTextures
(TextureManager pTextureManager) static void
TitleScreen.registerTextures
(TextureManager pTextureManager) 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
Constructors in net.minecraft.client.particle with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
ShaderManager.textureManager
Methods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate static PostPass
PostChain.createPass
(TextureManager pTextureManager, PostChainConfig.Pass pPass, ResourceLocation pLocation) static PostChain
PostChain.load
(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName, CachedOrthoProjectionMatrixBuffer pProjectionMatrixBuffer) void
CubeMap.registerTextures
(TextureManager pTextureManager) void
PanoramaRenderer.registerTextures
(TextureManager pTextureManager) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionShaderManager
(TextureManager pTextureManager, Consumer<Exception> pRecoveryHandler) -
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 pMinecraft, TextureManager pTextureManager, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, Font pFont, Options pOptions, Supplier<EntityModelSet> pEntityModels, EquipmentAssetManager pEquipmentModels) -
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManagerModifier and TypeFieldDescription(package private) final TextureManager
MapTextureManager.textureManager
Constructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMapDecorationTextureManager
(TextureManager pTextureManager) MapTextureManager
(TextureManager pTextureManager) PaintingTextureManager
(TextureManager pTextureManager) TextureAtlasHolder
(TextureManager pTextureManager, ResourceLocation pTextureAtlasLocation, ResourceLocation pAtlasInfoLocation) TextureAtlasHolder
(TextureManager pTextureManager, ResourceLocation pTextureAtlasLocation, ResourceLocation pAtlasInfoLocation, Set<MetadataSectionType<?>> pMetadataSections) -
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)