Uses of Class
net.minecraft.client.render.block.BlockRenderManager
Packages that use BlockRenderManager
Package
Description
The base package for all Minecraft classes.
-
Uses of BlockRenderManager in net.minecraft
Fields in net.minecraft declared as BlockRenderManagerMethods in net.minecraft with parameters of type BlockRenderManagerModifier and TypeMethodDescriptionvoidclass_11681.method_72998(EntityRenderCommandQueueImpl entityRenderCommandQueueImpl, VertexConsumerProvider.Immediate immediate, BlockRenderManager blockRenderManager) Constructors in net.minecraft with parameters of type BlockRenderManagerModifierConstructorDescriptionclass_11684(EntityRenderCommandQueueImpl entityRenderCommandQueueImpl, BlockRenderManager blockRenderManager, VertexConsumerProvider.Immediate immediate, class_11697 class_11697, OutlineVertexConsumerProvider outlineVertexConsumerProvider, TextRenderer textRenderer) -
Uses of BlockRenderManager in net.minecraft.client
Fields in net.minecraft.client declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerMinecraftClient.blockRenderManagerMethods in net.minecraft.client that return BlockRenderManager -
Uses of BlockRenderManager in net.minecraft.client.render
Constructors in net.minecraft.client.render with parameters of type BlockRenderManagerModifierConstructorDescriptionGameRenderer(MinecraftClient client, HeldItemRenderer firstPersonHeldItemRenderer, BufferBuilderStorage buffers, BlockRenderManager blockRenderManager) -
Uses of BlockRenderManager in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerBlockEntityRenderDispatcher.blockRenderManagerprivate final BlockRenderManagerPistonBlockEntityRenderer.managerprivate final BlockRenderManagerBlockEntityRendererFactory.Context.renderManagerThe field for therenderManagerrecord component.Methods in net.minecraft.client.render.block.entity that return BlockRenderManagerModifier and TypeMethodDescriptionBlockEntityRendererFactory.Context.renderManager()Returns the value of therenderManagerrecord component.Constructors in net.minecraft.client.render.block.entity with parameters of type BlockRenderManagerModifierConstructorDescriptionBlockEntityRenderDispatcher(TextRenderer textRenderer, Supplier<LoadedEntityModels> entityModelsGetter, BlockRenderManager blockRenderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, class_11701 class_11701) Context(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, LoadedEntityModels layerRenderDispatcher, TextRenderer textRenderer, class_11701 class_11701) -
Uses of BlockRenderManager in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerSectionBuilder.blockRenderManagerConstructors in net.minecraft.client.render.chunk with parameters of type BlockRenderManagerModifierConstructorDescriptionChunkBuilder(ClientWorld world, WorldRenderer worldRenderer, NameableExecutor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) SectionBuilder(BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
Uses of BlockRenderManager in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerDisplayEntityRenderer.BlockDisplayEntityRenderer.blockRenderManagerprivate final BlockRenderManagerEntityRenderDispatcher.blockRenderManagerprivate final BlockRenderManagerEntityRendererFactory.Context.blockRenderManagerprivate final BlockRenderManagerItemFrameEntityRenderer.blockRenderManagerMethods in net.minecraft.client.render.entity that return BlockRenderManagerConstructors in net.minecraft.client.render.entity with parameters of type BlockRenderManagerModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemModelManager itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, LoadedEntityModels entityModels, EquipmentModelLoader equipmentModelLoader, class_11697 class_11697, TextRenderer textRenderer) EntityRenderDispatcher(MinecraftClient client, TextureManager textureManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, class_11697 class_11697, TextRenderer textRenderer, GameOptions gameOptions, Supplier<LoadedEntityModels> entityModelsGetter, EquipmentModelLoader equipmentModelLoader) -
Uses of BlockRenderManager in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerEndermanBlockFeatureRenderer.blockRenderManagerprivate final BlockRenderManagerIronGolemFlowerFeatureRenderer.blockRenderManagerprivate final BlockRenderManagerMooshroomMushroomFeatureRenderer.blockRenderManagerprivate final BlockRenderManagerSnowGolemPumpkinFeatureRenderer.blockRenderManagerConstructors in net.minecraft.client.render.entity.feature with parameters of type BlockRenderManagerModifierConstructorDescriptionEndermanBlockFeatureRenderer(FeatureRendererContext<EndermanEntityRenderState, EndermanEntityModel<EndermanEntityRenderState>> context, BlockRenderManager blockRenderManager) IronGolemFlowerFeatureRenderer(FeatureRendererContext<IronGolemEntityRenderState, IronGolemEntityModel> context, BlockRenderManager blockRenderManager) MooshroomMushroomFeatureRenderer(FeatureRendererContext<MooshroomEntityRenderState, CowEntityModel> context, BlockRenderManager blockRenderManager) SnowGolemPumpkinFeatureRenderer(FeatureRendererContext<SnowGolemEntityRenderState, SnowGolemEntityModel> context, BlockRenderManager blockRenderManager)