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, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderDispatcher, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
BuiltinModelItemRenderer.blockEntityRenderDispatcher
Constructors in net.minecraft.client.render.item with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionBuiltinModelItemRenderer
(BlockEntityRenderDispatcher blockEntityRenderDispatcher, EntityModelLoader entityModelLoader)