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 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 FaviconTextureFaviconTexture.forServer(TextureManager textureManager, String worldName) static FaviconTextureFaviconTexture.forWorld(TextureManager textureManager, String worldName) static voidLoadingOverlay.registerTextures(TextureManager textureManager) static voidTitleScreen.registerTextures(TextureManager textureManager) Constructors in net.minecraft.client.gui.screens with parameters of type TextureManagerModifierConstructorDescriptionprivateFaviconTexture(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 ResourceLocationPackSelectionScreen.loadPackIcon(TextureManager textureManager, Pack pack) -
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 textureManager, PostChainConfig.Pass pass, ResourceLocation location) static PostChainPostChain.load(PostChainConfig config, TextureManager textureManager, Set<ResourceLocation> externalTargets, ResourceLocation name) voidCubeMap.registerTextures(TextureManager textureManager) Constructors in net.minecraft.client.renderer with parameters of type TextureManagerModifierConstructorDescriptionShaderManager(TextureManager textureManager, Consumer<Exception> recoveryHandler) -
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 minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentModels) -
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 textureManager) MapTextureManager(TextureManager textureManager) MobEffectTextureManager(TextureManager textureManager) PaintingTextureManager(TextureManager textureManager) TextureAtlasHolder(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation) TextureAtlasHolder(TextureManager textureManager, ResourceLocation textureAtlasLocation, ResourceLocation atlasInfoLocation, Set<MetadataSectionType<?>> metadataSections) -
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)