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 BlockEntityRenderDispatcher
MinecraftClient. blockEntityRenderDispatcher
Methods in net.minecraft.client that return BlockEntityRenderDispatcher Modifier and Type Method Description BlockEntityRenderDispatcher
MinecraftClient. getBlockEntityRenderDispatcher()
-
Uses of BlockEntityRenderDispatcher in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BlockEntityRenderDispatcher Modifier and Type Field Description private BlockEntityRenderDispatcher
WorldRenderer. 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 BlockEntityRenderDispatcher
ConduitBlockEntityRenderer. dispatcher
private BlockEntityRenderDispatcher
BlockEntityRendererFactory.Context. renderDispatcher
Methods in net.minecraft.client.render.block.entity that return BlockEntityRenderDispatcher Modifier and Type Method Description BlockEntityRenderDispatcher
BlockEntityRendererFactory.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 BlockEntityRenderDispatcher
BuiltinModelItemRenderer. blockEntityRenderDispatcher
Constructors in net.minecraft.client.render.item with parameters of type BlockEntityRenderDispatcher Constructor Description BuiltinModelItemRenderer(BlockEntityRenderDispatcher blockEntityRenderDispatcher, EntityModelLoader entityModelLoader)