Uses of Class
net.minecraft.client.renderer.texture.TextureManager
-
-
Uses of TextureManager in net.minecraft.client
Fields in net.minecraft.client declared as TextureManager Modifier and Type Field Description TextureManager
Minecraft. textureManager
Methods in net.minecraft.client that return TextureManager Modifier and Type Method Description TextureManager
Minecraft. getTextureManager()
-
Uses of TextureManager in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as TextureManager Modifier and Type Field Description private TextureManager
MapItemRenderer. textureManager
Constructors in net.minecraft.client.gui with parameters of type TextureManager Constructor Description MapItemRenderer(TextureManager p_i45009_1_)
-
Uses of TextureManager in net.minecraft.client.gui.fonts
Fields in net.minecraft.client.gui.fonts declared as TextureManager Modifier and Type Field Description private TextureManager
Font. textureManager
private TextureManager
FontResourceManager. textureManager
Constructors in net.minecraft.client.gui.fonts with parameters of type TextureManager Constructor Description Font(TextureManager p_i49771_1_, ResourceLocation p_i49771_2_)
FontResourceManager(TextureManager p_i49772_1_)
-
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.SelectorWidget. drawSelection(MatrixStack p_238740_1_, TextureManager p_238740_2_)
private void
GamemodeSelectionScreen.SelectorWidget. drawSlot(MatrixStack p_238738_1_, TextureManager p_238738_2_)
private ResourceLocation
PackScreen. loadPackIcon(TextureManager p_243397_1_, ResourcePackInfo p_243397_2_)
static java.util.concurrent.CompletableFuture<java.lang.Void>
MainMenuScreen. preloadResources(TextureManager p_213097_0_, java.util.concurrent.Executor p_213097_1_)
-
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
IParticleRenderType. begin(BufferBuilder p_217600_1_, TextureManager p_217600_2_)
Constructors in net.minecraft.client.particle with parameters of type TextureManager Constructor Description ParticleManager(ClientWorld p_i232413_1_, TextureManager p_i232413_2_)
-
Uses of TextureManager in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as TextureManager Modifier and Type Field Description private TextureManager
ItemRenderer. textureManager
private TextureManager
WorldRenderer. textureManager
Methods in net.minecraft.client.renderer with parameters of type TextureManager Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>
RenderSkyboxCube. preload(TextureManager p_217617_1_, java.util.concurrent.Executor p_217617_2_)
Constructors in net.minecraft.client.renderer with parameters of type TextureManager Constructor Description ItemRenderer(TextureManager p_i46552_1_, ModelManager p_i46552_2_, ItemColors p_i46552_3_)
-
Uses of TextureManager in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as TextureManager Modifier and Type Field Description TextureManager
EntityRendererManager. textureManager
Constructors in net.minecraft.client.renderer.entity with parameters of type TextureManager Constructor Description EntityRendererManager(TextureManager p_i226034_1_, ItemRenderer p_i226034_2_, IReloadableResourceManager p_i226034_3_, FontRenderer p_i226034_4_, GameSettings p_i226034_5_)
-
Uses of TextureManager in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as TextureManager Modifier and Type Field Description private TextureManager
ModelManager. textureManager
Methods in net.minecraft.client.renderer.model with parameters of type TextureManager Modifier and Type Method Description SpriteMap
ModelBakery. uploadTextures(TextureManager p_229333_1_, IProfiler p_229333_2_)
Constructors in net.minecraft.client.renderer.model with parameters of type TextureManager Constructor Description ModelManager(TextureManager p_i226057_1_, BlockColors p_i226057_2_, int p_i226057_3_)
-
Uses of TextureManager in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type TextureManager Modifier and Type Method Description void
PreloadedTexture. reset(TextureManager p_215244_1_, IResourceManager p_215244_2_, ResourceLocation p_215244_3_, java.util.concurrent.Executor p_215244_4_)
void
Texture. reset(TextureManager p_215244_1_, IResourceManager p_215244_2_, ResourceLocation p_215244_3_, java.util.concurrent.Executor p_215244_4_)
Constructors in net.minecraft.client.renderer.texture with parameters of type TextureManager Constructor Description PaintingSpriteUploader(TextureManager p_i50907_1_)
PotionSpriteUploader(TextureManager p_i50908_1_)
SpriteUploader(TextureManager p_i50905_1_, ResourceLocation p_i50905_2_, java.lang.String p_i50905_3_)
-
Uses of TextureManager in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity declared as TextureManager Modifier and Type Field Description TextureManager
TileEntityRendererDispatcher. textureManager
Methods in net.minecraft.client.renderer.tileentity with parameters of type TextureManager Modifier and Type Method Description void
TileEntityRendererDispatcher. prepare(World p_217665_1_, TextureManager p_217665_2_, FontRenderer p_217665_3_, ActiveRenderInfo p_217665_4_, RayTraceResult p_217665_5_)
-
Uses of TextureManager in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as TextureManager Modifier and Type Field Description private TextureManager
SkinManager. textureManager
Constructors in net.minecraft.client.resources with parameters of type TextureManager Constructor Description SkinManager(TextureManager p_i1044_1_, java.io.File p_i1044_2_, com.mojang.authlib.minecraft.MinecraftSessionService p_i1044_3_)
-
Uses of TextureManager in net.minecraft.client.shader
Methods in net.minecraft.client.shader with parameters of type TextureManager Modifier and Type Method Description private void
ShaderGroup. load(TextureManager p_152765_1_, ResourceLocation p_152765_2_)
private void
ShaderGroup. parsePassNode(TextureManager p_152764_1_, com.google.gson.JsonElement p_152764_2_)
Constructors in net.minecraft.client.shader with parameters of type TextureManager Constructor Description ShaderGroup(TextureManager p_i1050_1_, IResourceManager p_i1050_2_, Framebuffer p_i1050_3_, ResourceLocation p_i1050_4_)
-