Uses of Class
net.minecraft.client.render.block.BlockRenderManager
Packages that use BlockRenderManager
Package
Description
-
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.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManagerPistonBlockEntityRenderer.managerprivate final BlockRenderManagerBlockEntityRendererFactory.Context.renderManagerFields in net.minecraft.client.render.block.entity with type parameters of type BlockRenderManagerModifier and TypeFieldDescriptionprivate final Supplier<BlockRenderManager> BlockEntityRenderDispatcher.blockRenderManagerMethods in net.minecraft.client.render.block.entity that return BlockRenderManagerConstructors in net.minecraft.client.render.block.entity with parameters of type BlockRenderManagerModifierConstructorDescriptionContext(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer) Constructor parameters in net.minecraft.client.render.block.entity with type arguments of type BlockRenderManagerModifierConstructorDescriptionBlockEntityRenderDispatcher(TextRenderer textRenderer, EntityModelLoader entityModelLoader, Supplier<BlockRenderManager> blockRenderManager, Supplier<ItemRenderer> itemRenderer, Supplier<EntityRenderDispatcher> entityRenderDispatcher) -
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 BlockRenderManagerAbstractMinecartEntityRenderer.blockRenderManagerprivate final BlockRenderManagerDisplayEntityRenderer.BlockDisplayEntityRenderer.blockRenderManagerprivate final BlockRenderManagerEntityRenderDispatcher.blockRenderManagerprivate final BlockRenderManagerEntityRendererFactory.Context.blockRenderManagerprivate final BlockRenderManagerFallingBlockEntityRenderer.blockRenderManagerprivate final BlockRenderManagerItemFrameEntityRenderer.blockRenderManagerprivate final BlockRenderManagerTntEntityRenderer.blockRenderManagerprivate final BlockRenderManagerTntMinecartEntityRenderer.tntBlockRenderManagerMethods in net.minecraft.client.render.entity that return BlockRenderManagerMethods in net.minecraft.client.render.entity with parameters of type BlockRenderManagerModifier and TypeMethodDescriptionstatic voidTntMinecartEntityRenderer.renderFlashingBlock(BlockRenderManager blockRenderManager, BlockState state, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, boolean drawFlash) Renders a given block state into the given buffers either normally or with a bright white overlay.Constructors in net.minecraft.client.render.entity with parameters of type BlockRenderManagerModifierConstructorDescriptionContext(EntityRenderDispatcher renderDispatcher, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, ResourceManager resourceManager, EntityModelLoader modelLoader, EquipmentModelLoader equipmentModelLoader, TextRenderer textRenderer) EntityRenderDispatcher(MinecraftClient client, TextureManager textureManager, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderManager blockRenderManager, TextRenderer textRenderer, GameOptions gameOptions, EntityModelLoader modelLoader, 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<LivingEntityRenderState, SnowGolemEntityModel> context, BlockRenderManager blockRenderManager, ItemRenderer itemRenderer)