Uses of Class
net.minecraft.client.render.block.entity.BlockEntityRenderManager
Packages that use BlockEntityRenderManager
Package
Description
-
Uses of BlockEntityRenderManager in net.minecraft.client
Fields in net.minecraft.client declared as BlockEntityRenderManagerModifier and TypeFieldDescriptionprivate final BlockEntityRenderManagerMinecraftClient.blockEntityRenderManagerMethods in net.minecraft.client that return BlockEntityRenderManager -
Uses of BlockEntityRenderManager in net.minecraft.client.render
Fields in net.minecraft.client.render declared as BlockEntityRenderManagerModifier and TypeFieldDescriptionprivate final BlockEntityRenderManagerWorldRenderer.blockEntityRenderManagerConstructors in net.minecraft.client.render with parameters of type BlockEntityRenderManagerModifierConstructorDescriptionWorldRenderer(MinecraftClient client, EntityRenderManager entityRenderManager, BlockEntityRenderManager blockEntityRenderManager, BufferBuilderStorage bufferBuilders, WorldRenderState worldRenderState, RenderDispatcher entityRenderDispatcher) -
Uses of BlockEntityRenderManager in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockEntityRenderManagerModifier and TypeFieldDescriptionprivate final BlockEntityRenderManagerBlockEntityRendererFactory.Context.renderDispatcherThe field for therenderDispatcherrecord component.Methods in net.minecraft.client.render.block.entity that return BlockEntityRenderManagerModifier and TypeMethodDescriptionBlockEntityRendererFactory.Context.renderDispatcher()Returns the value of therenderDispatcherrecord component.Constructors in net.minecraft.client.render.block.entity with parameters of type BlockEntityRenderManagerModifierConstructorDescriptionContext(BlockEntityRenderManager renderDispatcher, BlockRenderManager renderManager, ItemModelManager itemModelManager, ItemRenderer itemRenderer, EntityRenderManager entityRenderDispatcher, LoadedEntityModels layerRenderDispatcher, TextRenderer textRenderer, SpriteHolder spriteHolder, PlayerSkinCache playerSkinCache) -
Uses of BlockEntityRenderManager in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as BlockEntityRenderManagerModifier and TypeFieldDescriptionprivate final BlockEntityRenderManagerSectionBuilder.blockEntityRenderDispatcherConstructors in net.minecraft.client.render.chunk with parameters of type BlockEntityRenderManagerModifierConstructorDescriptionChunkBuilder(ClientWorld world, WorldRenderer worldRenderer, NameableExecutor executor, BufferBuilderStorage bufferBuilderStorage, BlockRenderManager blockRenderManager, BlockEntityRenderManager blockEntityRenderDispatcher) SectionBuilder(BlockRenderManager blockRenderManager, BlockEntityRenderManager blockEntityRenderDispatcher)