Uses of Class
net.minecraft.client.texture.TextureManager
Packages that use TextureManager
Package
Description
-
Uses of TextureManager in net.minecraft
Fields in net.minecraft declared as TextureManagerModifier and TypeFieldDescriptionprivate final TextureManagerclass_4130.field_20100private final TextureManagerclass_4131.field_20106Methods in net.minecraft with parameters of type TextureManagerModifier and TypeMethodDescriptionvoidclass_4136.method_18482(TextureManager textureManager, boolean bool, float float2, float float3, BufferBuilder bufferBuilder, float float4, float float5, float float6, float float7) voidclass_4137.method_18482(TextureManager textureManager, boolean bool, float float2, float float3, BufferBuilder bufferBuilder, float float4, float float5, float float6, float float7) voidclass_4286.method_19556(TextureManager textureManager) Constructors in net.minecraft with parameters of type TextureManagerModifierConstructorDescriptionclass_4130(TextureManager textureManager, boolean bool) class_4131(TextureManager textureManager, Identifier identifier) -
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 TextureManagerConstructors 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 TextureManager -
Uses of TextureManager in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type TextureManagerModifier and TypeMethodDescriptionprivate voidShaderEffect.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 TextureManagerLargeExplosionParticle.textureManagerprivate final TextureManagerParticleManager.textureManagerConstructors in net.minecraft.client.particle with parameters of type TextureManagerModifierConstructorDescriptionprotectedLargeExplosionParticle(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, HeldItemRenderer heldItemRenderer) -
Uses of TextureManager in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as TextureManagerMethods in net.minecraft.client.render.item with parameters of type TextureManagerModifier and TypeMethodDescriptionstatic voidHeldItemRenderer.method_19390(TextureManager textureManager, Runnable runnable, int int2) Constructors in net.minecraft.client.render.item with parameters of type TextureManagerModifierConstructorDescriptionHeldItemRenderer(TextureManager textureManager, BakedModelManager bakedModelManager, class_2838 class_2838) -
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)