Uses of Class
net.minecraft.client.texture.TextureManager
Packages that use TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft.client
Fields in net.minecraft.client declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerclass_2856.field_13413private TextureManagerMinecraftClient.textureManagerMethods in net.minecraft.client that return TextureManagerMethods in net.minecraft.client with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidMinecraftClient.loadLogo(TextureManager textureManager) Constructors in net.minecraft.client with parameters of type TextureManagerModifierConstructorDescriptionprotectedclass_2856(TextureManager textureManager, World world, double double2, double double3, double double4, double double5, double double6, double double7) -
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 final TextureManagerFootstepParticle.managerprivate final TextureManagerLargeExplosionParticle.textureManagerprivate final 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.method_1629(World world, TextureManager textureManager, TextRenderer textRenderer, Entity entity, BlockHitResult blockHitResult, float float2) -
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 bakedModelManager, class_2838 class_2838) -
Uses of TextureManager in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidResourcePackLoader.Entry.bindIcon(TextureManager textureManager) -
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)