Uses of Class
net.minecraft.client.renderer.block.BlockRenderDispatcher
Packages that use BlockRenderDispatcher
Package
Description
-
Uses of BlockRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherMinecraft.blockRendererThe BlockRenderDispatcher instance that will be used based off gamesettingsMethods in net.minecraft.client that return BlockRenderDispatcher -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer
Constructors in net.minecraft.client.renderer with parameters of type BlockRenderDispatcherModifierConstructorDescriptionGameRenderer(Minecraft pMinecraft, ItemInHandRenderer pItemInHandRenderer, RenderBuffers pRenderBuffers, BlockRenderDispatcher pBlockRenderDispatcher) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherBlockEntityRenderDispatcher.blockRenderDispatcherprivate final BlockRenderDispatcherBlockEntityRendererProvider.Context.blockRenderDispatcherThe field for theblockRenderDispatcherrecord component.Methods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherModifier and TypeMethodDescriptionBlockEntityRendererProvider.Context.blockRenderDispatcher()Returns the value of theblockRenderDispatcherrecord component.Constructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher(Font pFont, Supplier<EntityModelSet> pEntityModelSet, BlockRenderDispatcher pBlockRenderDispatcher, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, EntityRenderDispatcher pEntityRenderer, MaterialSet pMaterials, PlayerSkinRenderCache pPlayerSkinRenderCache) Context(BlockEntityRenderDispatcher blockEntityRenderDispatcher, BlockRenderDispatcher blockRenderDispatcher, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer, EntityModelSet entityModelSet, Font font, MaterialSet materials, PlayerSkinRenderCache playerSkinRenderCache) Creates an instance of aContextrecord class. -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherSectionCompiler.blockRendererConstructors in net.minecraft.client.renderer.chunk with parameters of type BlockRenderDispatcherModifierConstructorDescriptionSectionCompiler(BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) SectionRenderDispatcher(ClientLevel pLevel, LevelRenderer pRenderer, TracingExecutor pExecutor, RenderBuffers pBuffer, BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherEntityRenderDispatcher.blockRenderDispatcherprivate final BlockRenderDispatcherEntityRendererProvider.Context.blockRenderDispatcherprivate final BlockRenderDispatcherItemFrameRenderer.blockRendererMethods in net.minecraft.client.renderer.entity that return BlockRenderDispatcherConstructors in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext(EntityRenderDispatcher pEntityRenderDispatcher, ItemModelResolver pItemModelResolver, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, ResourceManager pResourceManager, EntityModelSet pModelSet, EquipmentAssetManager pEquipmentAssets, AtlasManager pAtlasManager, Font pFont, PlayerSkinRenderCache pPlayerSkinRenderCache) EntityRenderDispatcher(Minecraft pMinecraft, TextureManager pTextureManager, ItemModelResolver pItemModelResolver, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, AtlasManager pAtlasManager, Font pFont, Options pOptions, Supplier<EntityModelSet> pEntityModels, EquipmentAssetManager pEquipmentAssets, PlayerSkinRenderCache pPlayerSkinRenderCache) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherMushroomCowMushroomLayer.blockRendererprivate final BlockRenderDispatcherSnowGolemHeadLayer.blockRendererConstructors in net.minecraft.client.renderer.entity.layers with parameters of type BlockRenderDispatcherModifierConstructorDescriptionMushroomCowMushroomLayer(RenderLayerParent<MushroomCowRenderState, CowModel> pRenderer, BlockRenderDispatcher pBlockRenderer) SnowGolemHeadLayer(RenderLayerParent<SnowGolemRenderState, SnowGolemModel> pRenderer, BlockRenderDispatcher pBlockRenderer) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherFeatureRenderDispatcher.blockRenderDispatcherMethods in net.minecraft.client.renderer.feature with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionvoidBlockFeatureRenderer.render(SubmitNodeCollection pNodeCollection, MultiBufferSource.BufferSource pBufferSource, BlockRenderDispatcher pBlockRenderDispatcher, OutlineBufferSource pOutlineBufferSource) Constructors in net.minecraft.client.renderer.feature with parameters of type BlockRenderDispatcherModifierConstructorDescriptionFeatureRenderDispatcher(SubmitNodeStorage pSubmitNodeStorage, BlockRenderDispatcher pBlockRenderDispatcher, MultiBufferSource.BufferSource pBufferSource, AtlasManager pAtlasManager, OutlineBufferSource pOutlineBufferSource, MultiBufferSource.BufferSource pCrumblingBufferSource, Font pFont)