Uses of Class
net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher
Packages that use BlockEntityRenderDispatcher
Package
Description
-
Uses of BlockEntityRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
Minecraft.blockEntityRenderDispatcher
Methods in net.minecraft.client that return BlockEntityRenderDispatcher -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
BlockEntityWithoutLevelRenderer.blockEntityRenderDispatcher
private final BlockEntityRenderDispatcher
LevelRenderer.blockEntityRenderDispatcher
Constructors in net.minecraft.client.renderer with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionBlockEntityWithoutLevelRenderer
(BlockEntityRenderDispatcher pBlockEntityRenderDispatcher, EntityModelSet pEntityModelSet) LevelRenderer
(Minecraft pMinecraft, EntityRenderDispatcher pEntityRenderDispatcher, BlockEntityRenderDispatcher pBlockEntityRenderDispatcher, RenderBuffers pRenderBuffers) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
BlockEntityRendererProvider.Context.blockEntityRenderDispatcher
private final BlockEntityRenderDispatcher
ConduitRenderer.renderer
Methods in net.minecraft.client.renderer.blockentity that return BlockEntityRenderDispatcherModifier and TypeMethodDescriptionBlockEntityRendererProvider.Context.getBlockEntityRenderDispatcher()
Constructors in net.minecraft.client.renderer.blockentity with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionContext
(BlockEntityRenderDispatcher pBlockEntityRenderDispatcher, BlockRenderDispatcher pBlockRenderDispatcher, ItemRenderer pItemRenderer, EntityRenderDispatcher pEntityRenderer, EntityModelSet pModelSet, Font pFont) -
Uses of BlockEntityRenderDispatcher in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as BlockEntityRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockEntityRenderDispatcher
SectionCompiler.blockEntityRenderer
Constructors in net.minecraft.client.renderer.chunk with parameters of type BlockEntityRenderDispatcherModifierConstructorDescriptionSectionCompiler
(BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) SectionRenderDispatcher
(ClientLevel pLevel, LevelRenderer pRenderer, Executor pExecutor, RenderBuffers pBuffers, BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) -
Uses of BlockEntityRenderDispatcher in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type BlockEntityRenderDispatcherModifier and TypeMethodDescriptionstatic <T extends BlockEntity>
booleanClientHooks.isBlockEntityRendererVisible
(BlockEntityRenderDispatcher dispatcher, BlockEntity blockEntity, Frustum frustum)