Uses of Class
net.minecraft.client.render.block.BlockRenderManager
Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.render.block.entity |
-
Uses of BlockRenderManager in net.minecraft.client
Fields in net.minecraft.client declared as BlockRenderManager Modifier and Type Field Description private BlockRenderManager
MinecraftClient. blockRenderManager
Methods in net.minecraft.client that return BlockRenderManager Modifier and Type Method Description BlockRenderManager
MinecraftClient. getBlockRenderManager()
-
Uses of BlockRenderManager in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockRenderManager Modifier and Type Field Description private BlockRenderManager
PistonBlockEntityRenderer. manager
private BlockRenderManager
BlockEntityRendererFactory.Context. renderManager
Fields in net.minecraft.client.render.block.entity with type parameters of type BlockRenderManager Modifier and Type Field Description private Supplier<BlockRenderManager>
BlockEntityRenderDispatcher. field_27747
Methods in net.minecraft.client.render.block.entity that return BlockRenderManager Modifier and Type Method Description BlockRenderManager
BlockEntityRendererFactory.Context. getRenderManager()
Constructors in net.minecraft.client.render.block.entity with parameters of type BlockRenderManager Constructor Description Context(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer)
Constructor parameters in net.minecraft.client.render.block.entity with type arguments of type BlockRenderManager Constructor Description BlockEntityRenderDispatcher(TextRenderer textRenderer, EntityModelLoader entityModelLoader, Supplier<BlockRenderManager> supplier)