Uses of Class
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
Packages that use BlockEntityRenderDispatcher
Package
Description
-
Uses of BlockEntityRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherMinecraftClient.blockEntityRenderDispatcherMethods in net.minecraft.client that return BlockEntityRenderDispatcher -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherWorldRenderer.blockEntityRenderDispatcherConstructors in net.minecraft.client.render with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionWorldRenderer(MinecraftClient minecraftClient, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilderStorage, class_11658 class_11658, class_11684 class_11684) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherConduitBlockEntityRenderer.dispatcherprivate final BlockEntityRenderDispatcherBlockEntityRendererFactory.Context.renderDispatcherThe field for therenderDispatcherrecord component.Methods in net.minecraft.client.render.block.entity that return BlockEntityRenderDispatcherModifier and TypeMethodDescriptionBlockEntityRendererFactory.Context.renderDispatcher()Returns the value of therenderDispatcherrecord component.Constructors in net.minecraft.client.render.block.entity with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionContext(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, LoadedEntityModels layerRenderDispatcher, TextRenderer textRenderer, class_11701 class_11701) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherSectionBuilder.blockEntityRenderDispatcherConstructors in net.minecraft.client.render.chunk with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionChunkBuilder(ClientWorld world, WorldRenderer worldRenderer, NameableExecutor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) SectionBuilder(BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher)