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 TextureManagerFontManager.textureManagerprivate final TextureManagerFontSet.textureManagerConstructors 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 FaviconTextureFaviconTexture.forServer(TextureManager pTextureManager, String pWorldName) static FaviconTextureFaviconTexture.forWorld(TextureManager pTextureManager, String pWorldName) static voidLoadingOverlay.registerTextures(TextureManager pTextureManager) static voidTitleScreen.registerTextures(TextureManager pTextureManager) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivateFaviconTexture(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 ResourceLocationPackSelectionScreen.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 TextureManagerShaderManager.textureManagerMethods in net.minecraft.client.renderer with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate static PostPassPostChain.createPass(TextureManager pTextureManager, PostChainConfig.Pass pPass, ResourceLocation pLocation) static PostChainPostChain.load(PostChainConfig pConfig, TextureManager pTextureManager, Set<ResourceLocation> pExternalTargets, ResourceLocation pName) voidCubeMap.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 TextureManagerMapTextureManager.textureManagerConstructors in net.minecraft.client.resources with parameters of type TextureManagerModifierConstructorDescriptionMapDecorationTextureManager(TextureManager pTextureManager) MapTextureManager(TextureManager pTextureManager) MobEffectTextureManager(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)