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 BlockEntityRenderDispatcher
MinecraftClient.blockEntityRenderDispatcher
Methods 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 BlockEntityRenderDispatcher
WorldRenderer.blockEntityRenderDispatcher
Constructors in net.minecraft.client.render with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionWorldRenderer
(MinecraftClient client, EntityRenderDispatcher entityRenderDispatcher, BlockEntityRenderDispatcher blockEntityRenderDispatcher, BufferBuilderStorage bufferBuilders) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
ConduitBlockEntityRenderer.dispatcher
private final BlockEntityRenderDispatcher
BlockEntityRendererFactory.Context.renderDispatcher
Methods in net.minecraft.client.render.block.entity that return BlockEntityRenderDispatcherConstructors 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) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
SectionBuilder.blockEntityRenderDispatcher
Constructors 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)