Uses of Class
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.render | |
| net.minecraft.client.render.block.entity | |
| net.minecraft.client.render.item |
-
Uses of BlockEntityRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockEntityRenderDispatcher Modifier and Type Field Description private BlockEntityRenderDispatcherMinecraftClient. blockEntityRenderDispatcherMethods in net.minecraft.client that return BlockEntityRenderDispatcher Modifier and Type Method Description BlockEntityRenderDispatcherMinecraftClient. getBlockEntityRenderDispatcher() -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BlockEntityRenderDispatcher Modifier and Type Field Description private BlockEntityRenderDispatcherWorldRenderer. field_27741 -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockEntityRenderDispatcher Modifier and Type Field Description private BlockEntityRenderDispatcherConduitBlockEntityRenderer. dispatcherprivate BlockEntityRenderDispatcherBlockEntityRendererFactory.Context. renderDispatcherMethods in net.minecraft.client.render.block.entity that return BlockEntityRenderDispatcher Modifier and Type Method Description BlockEntityRenderDispatcherBlockEntityRendererFactory.Context. getRenderDispatcher()Constructors in net.minecraft.client.render.block.entity with parameters of type BlockEntityRenderDispatcher Constructor Description Context(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render.item
Fields in net.minecraft.client.render.item declared as BlockEntityRenderDispatcher Modifier and Type Field Description private BlockEntityRenderDispatcherBuiltinModelItemRenderer. blockEntityRenderDispatcherConstructors in net.minecraft.client.render.item with parameters of type BlockEntityRenderDispatcher Constructor Description BuiltinModelItemRenderer(BlockEntityRenderDispatcher blockEntityRenderDispatcher, EntityModelLoader entityModelLoader)