Uses of Class
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
Packages that use BlockEntityRenderDispatcher
Package
Description
The base package for all Minecraft classes.
-
Uses of BlockEntityRenderDispatcher in net.minecraft
Fields in net.minecraft declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherclass_9810.field_52165Constructors in net.minecraft with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionclass_9810(BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
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 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 BlockEntityRenderDispatcherConduitBlockEntityRenderer.dispatcherprivate final BlockEntityRenderDispatcherBlockEntityRendererFactory.Context.renderDispatcherMethods 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.chunk
Constructors in net.minecraft.client.render.chunk with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionChunkBuilder(ClientWorld world, WorldRenderer worldRenderer, Executor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcherBuiltinModelItemRenderer.blockEntityRenderDispatcherConstructors in net.minecraft.client.render.item with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionBuiltinModelItemRenderer(BlockEntityRenderDispatcher blockEntityRenderDispatcher, EntityModelLoader entityModelLoader)