Uses of Class
net.minecraft.client.texture.TextureManager
Packages that use TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft
Constructors in net.minecraft with parameters of type TextureManagerModifierConstructorDescription(package private)class_4834(TextureManager textureManager, Texture texture) -
Uses of TextureManager in net.minecraft.client
Fields in net.minecraft.client declared as TextureManagerMethods in net.minecraft.client that return TextureManagerMethods in net.minecraft.client with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidMinecraftClient.loadLogo(TextureManager textureManager) voidclass_1659.method_5911(TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.font
Fields in net.minecraft.client.font declared as TextureManagerConstructors in net.minecraft.client.font with parameters of type TextureManagerModifierConstructorDescriptionTextRenderer(GameOptions options, Identifier fontTexture, TextureManager textureManager, boolean bool) -
Uses of TextureManager in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidShaderEffect.method_6947(TextureManager textureManager, Identifier identifier) private voidShaderEffect.method_6948(TextureManager textureManager, JsonElement jsonElement) Constructors in net.minecraft.client.gl with parameters of type TextureManagerModifierConstructorDescriptionShaderEffect(TextureManager textureManager, ResourceManager resourceManager, Framebuffer frameBuffer, Identifier identifier) -
Uses of TextureManager in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as TextureManagerConstructors in net.minecraft.client.gui with parameters of type TextureManager -
Uses of TextureManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureManagerModifier and TypeFieldDescriptionprivate TextureManagerFootstepParticle.managerprivate TextureManagerLargeExplosionParticle.textureManagerprivate TextureManagerParticleManager.textureManagerConstructors in net.minecraft.client.particle with parameters of type TextureManagerModifierConstructorDescriptionprotectedFootstepParticle(TextureManager manager, World world, double x, double y, double z) protectedLargeExplosionParticle(TextureManager manager, World world, double x, double y, double z, double velocityX, double velocityY, double velocityZ) ParticleManager(World world, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TextureManager -
Uses of TextureManager in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as TextureManagerMethods in net.minecraft.client.render.block.entity with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.updateCamera(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, float tickDelta) -
Uses of TextureManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as TextureManagerConstructors in net.minecraft.client.render.entity with parameters of type TextureManagerModifierConstructorDescriptionEntityRenderDispatcher(TextureManager textureManager, ItemRenderer itemRenderer) -
Uses of TextureManager in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as TextureManagerConstructors in net.minecraft.client.render.item with parameters of type TextureManagerModifierConstructorDescriptionItemRenderer(TextureManager textureManager, BakedModelManager modelManager) -
Uses of TextureManager in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureManagerConstructors in net.minecraft.client.texture with parameters of type TextureManagerModifierConstructorDescriptionPlayerSkinProvider(TextureManager textureManager, File file, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService)