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 TextureManager -
Uses of TextureManager in net.minecraft.client.font
Constructors in net.minecraft.client.font with parameters of type TextureManagerModifierConstructorDescriptionTextRenderer(GameOptions options, String fontPath, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.particle
Fields in net.minecraft.client.particle declared as TextureManagerModifier and TypeFieldDescriptionprivate TextureManagerFootstepParticle.textureManagerprivate TextureManagerParticleManager.textureManagerConstructors in net.minecraft.client.particle with parameters of type TextureManagerModifierConstructorDescriptionFootstepParticle(TextureManager textureManager, World world, double x, double y, double z) ParticleManager(World world, TextureManager textureManager) -
Uses of TextureManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as TextureManagerMethods in net.minecraft.client.render with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidMapRenderer.render(PlayerEntity player, TextureManager textureManager, MapState mapState) Constructors in net.minecraft.client.render with parameters of type TextureManagerModifierConstructorDescriptionMapRenderer(TextRenderer textRenderer, GameOptions options, TextureManager textureManager) WorldRenderer(Minecraft minecraft, TextureManager 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.prepare(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity camera, float tickDelta) -
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.init(World world, TextureManager textureManager, TextRenderer textRenderer, LivingEntity livingEntity, GameOptions options, float scale) -
Uses of TextureManager in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidItemRenderer.renderGuiItem(TextRenderer textRenderer, TextureManager textureManager, int item, int meta, int sprite, int x, int y) voidItemRenderer.renderGuiItem(TextRenderer textRenderer, TextureManager textureManager, ItemStack stack, int x, int y) voidItemRenderer.renderGuiItemDecoration(TextRenderer textrenderer, TextureManager textureManager, ItemStack stack, int x, int y) -
Uses of TextureManager in net.minecraft.client.render.texture
Methods in net.minecraft.client.render.texture with parameters of type TextureManager