Uses of Class
net.minecraft.client.render.block.BlockRenderManager
Packages that use BlockRenderManager
Package
Description
-
Uses of BlockRenderManager in net.minecraft.client
Fields in net.minecraft.client declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManager
MinecraftClient.blockRenderManager
Methods in net.minecraft.client that return BlockRenderManager -
Uses of BlockRenderManager in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockRenderManagerModifier and TypeFieldDescriptionprivate final BlockRenderManager
PistonBlockEntityRenderer.manager
private final BlockRenderManager
BlockEntityRendererFactory.Context.renderManager
Fields in net.minecraft.client.render.block.entity with type parameters of type BlockRenderManagerModifier and TypeFieldDescriptionprivate final Supplier<BlockRenderManager>
BlockEntityRenderDispatcher.blockRenderManager
Methods in net.minecraft.client.render.block.entity that return BlockRenderManagerConstructors in net.minecraft.client.render.block.entity with parameters of type BlockRenderManagerModifierConstructorDescriptionContext
(BlockEntityRenderDispatcher renderDispatcher, BlockRenderManager renderManager, EntityModelLoader layerRenderDispatcher, TextRenderer textRenderer) Constructor parameters in net.minecraft.client.render.block.entity with type arguments of type BlockRenderManagerModifierConstructorDescriptionBlockEntityRenderDispatcher
(TextRenderer textRenderer, EntityModelLoader entityModelLoader, Supplier<BlockRenderManager> blockRenderManager) -
Uses of BlockRenderManager in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type BlockRenderManagerModifier and TypeMethodDescriptionprivate void
MooshroomMushroomFeatureRenderer.renderMushroom
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, boolean renderAsModel, BlockRenderManager blockRenderManager, BlockState mushroomState, int overlay, BakedModel mushroomModel)