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 TextureManagerMethods in net.minecraft.client that return TextureManagerMethods in net.minecraft.client with parameters of type 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.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 TextureManagerModifierConstructorDescriptionFootstepParticle(TextureManager manager, World world, double x, double y, double z) LargeExplosionParticle(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, LivingEntity livingEntity, float float2) -
Uses of TextureManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as TextureManagerMethods in net.minecraft.client.render.entity with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidEntityRenderDispatcher.method_1523(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, Entity entity, GameOptions gameOptions, float float2) -
Uses of TextureManager in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidItemRenderer.method_1549(TextRenderer textRenderer, TextureManager textureManager, ItemStack itemStack, int int2, int int3) voidItemRenderer.method_5178(TextRenderer textRenderer, TextureManager textureManager, ItemStack itemStack, int int2, int int3, String string) voidItemRenderer.method_5762(TextRenderer textRenderer, TextureManager textureManager, ItemStack itemStack, int int2, int int3) voidItemRenderer.method_6920(TextRenderer textRenderer, TextureManager textureManager, ItemStack itemStack, int int2, int int3) -
Uses of TextureManager in net.minecraft.util.crash.provider.client
Constructors in net.minecraft.util.crash.provider.client with parameters of type TextureManagerModifierConstructorDescription(package private)TextureObjectClassProvider(TextureManager textureManager, Texture texture)