Uses of Class
net.minecraft.client.texture.TextureManager
-
Uses of TextureManager in net.minecraft.client
Fields in net.minecraft.client declared as TextureManager Modifier and Type Field Description private TextureManager
MinecraftClient. textureManager
Methods in net.minecraft.client that return TextureManager Modifier and Type Method Description TextureManager
MinecraftClient. getTextureManager()
-
Uses of TextureManager in net.minecraft.client.font
Fields in net.minecraft.client.font declared as TextureManager Modifier and Type Field Description private TextureManager
FontManager. textureManager
private TextureManager
FontStorage. textureManager
Constructors in net.minecraft.client.font with parameters of type TextureManager Constructor Description FontManager(TextureManager manager)
FontStorage(TextureManager textureManager, Identifier id)
-
Uses of TextureManager in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureManager Modifier and Type Method Description private void
ShaderEffect. parseEffect(TextureManager textureManager, Identifier location)
private void
ShaderEffect. parsePass(TextureManager textureManager, JsonElement jsonPass)
Constructors in net.minecraft.client.gl with parameters of type TextureManager Constructor Description ShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer framebuffer, Identifier location)
-
Uses of TextureManager in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureManager Modifier and Type Method Description CompletableFuture<Void>
CubeMapRenderer. loadTexturesAsync(TextureManager textureManager, Executor executor)
-
Uses of TextureManager in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type TextureManager Modifier and Type Method Description private void
GameModeSelectionScreen.ButtonWidget. drawBackground(MatrixStack matrices, TextureManager textureManager)
private void
GameModeSelectionScreen.ButtonWidget. drawSelectionBox(MatrixStack matrices, TextureManager textureManager)
static CompletableFuture<Void>
TitleScreen. loadTexturesAsync(TextureManager textureManager, Executor executor)
-
Uses of TextureManager in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack with parameters of type TextureManager Modifier and Type Method Description private Identifier
PackScreen. loadPackIcon(TextureManager textureManager, ResourcePackProfile resourcePackProfile)
-
Uses of TextureManager in net.minecraft.client.gui.tooltip
Methods in net.minecraft.client.gui.tooltip with parameters of type TextureManager Modifier and Type Method Description private void
BundleTooltipComponent. draw(MatrixStack matrices, int x, int y, int z, TextureManager textureManager, BundleTooltipComponent.Sprite sprite)
void
BundleTooltipComponent. drawItems(TextRenderer textRenderer, int x, int y, MatrixStack matrices, ItemRenderer itemRenderer, int z, TextureManager textureManager)
default void
TooltipComponent. drawItems(TextRenderer textRenderer, int x, int y, MatrixStack matrices, ItemRenderer itemRenderer, int z, TextureManager textureManager)
private void
BundleTooltipComponent. drawOutline(int x, int y, int columns, int rows, MatrixStack matrices, int z, TextureManager textureManager)
private void
BundleTooltipComponent. drawSlot(int x, int y, int index, boolean shouldBlock, TextRenderer textRenderer, MatrixStack matrices, ItemRenderer itemRenderer, int z, TextureManager textureManager)
-
Uses of TextureManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureManager Modifier and Type Field Description private TextureManager
ParticleManager. textureManager
Methods in net.minecraft.client.particle with parameters of type TextureManager Modifier and Type Method Description void
ParticleTextureSheet. begin(BufferBuilder bufferBuilder, TextureManager textureManager)
Constructors in net.minecraft.client.particle with parameters of type TextureManager Constructor Description ParticleManager(ClientWorld world, TextureManager textureManager)
-
Uses of TextureManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TextureManager Modifier and Type Field Description private TextureManager
MapRenderer. textureManager
private TextureManager
WorldRenderer. textureManager
Constructors in net.minecraft.client.render with parameters of type TextureManager Constructor Description MapRenderer(TextureManager textureManager)
-
Uses of TextureManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as TextureManager Modifier and Type Field Description TextureManager
EntityRenderDispatcher. textureManager
Constructors in net.minecraft.client.render.entity with parameters of type TextureManager Constructor Description EntityRenderDispatcher(TextureManager textureManager, ItemRenderer itemRenderer, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader)
-
Uses of TextureManager in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as TextureManager Modifier and Type Field Description private TextureManager
ItemRenderer. textureManager
Constructors in net.minecraft.client.render.item with parameters of type TextureManager Constructor Description ItemRenderer(TextureManager manager, BakedModelManager bakery, ItemColors colorMap, BuiltinModelItemRenderer builtinModelItemRenderer)
-
Uses of TextureManager in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as TextureManager Modifier and Type Field Description private TextureManager
BakedModelManager. textureManager
Methods in net.minecraft.client.render.model with parameters of type TextureManager Modifier and Type Method Description SpriteAtlasManager
ModelLoader. upload(TextureManager textureManager, Profiler profiler)
Constructors in net.minecraft.client.render.model with parameters of type TextureManager Constructor Description BakedModelManager(TextureManager textureManager, BlockColors colorMap, int mipmap)
-
Uses of TextureManager in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureManager Modifier and Type Field Description private TextureManager
PlayerSkinProvider. textureManager
Methods in net.minecraft.client.texture with parameters of type TextureManager Modifier and Type Method Description void
AbstractTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
void
AsyncTexture. registerTexture(TextureManager textureManager, ResourceManager resourceManager, Identifier identifier, Executor executor)
Constructors in net.minecraft.client.texture with parameters of type TextureManager Constructor Description PaintingManager(TextureManager manager)
PlayerSkinProvider(TextureManager textureManager, File skinCacheDir, com.mojang.authlib.minecraft.MinecraftSessionService sessionService)
SpriteAtlasHolder(TextureManager textureManager, Identifier atlasId, String pathPrefix)
StatusEffectSpriteManager(TextureManager textureManager)