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 BlockRenderDispatcher
Minecraft.blockRenderer
The BlockRenderDispatcher instance that will be used based off gamesettingsMethods in net.minecraft.client that return BlockRenderDispatcher -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
BlockEntityRenderDispatcher.blockRenderDispatcher
private final BlockRenderDispatcher
BlockEntityRendererProvider.Context.blockRenderDispatcher
private final BlockRenderDispatcher
PistonHeadRenderer.blockRenderer
Methods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherConstructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher
(Font pFont, Supplier<EntityModelSet> pEntityModelSet, BlockRenderDispatcher pBlockRenderDispatcher, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, EntityRenderDispatcher pEntityRenderer) Context
(BlockEntityRenderDispatcher pBlockEntityRenderDispatcher, BlockRenderDispatcher pBlockRenderDispatcher, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, EntityRenderDispatcher pEntityRenderer, EntityModelSet pModelSet, Font pFont) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
SectionCompiler.blockRenderer
Constructors 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 BlockRenderDispatcher
EntityRenderDispatcher.blockRenderDispatcher
private final BlockRenderDispatcher
EntityRendererProvider.Context.blockRenderDispatcher
private final BlockRenderDispatcher
AbstractMinecartRenderer.blockRenderer
private final BlockRenderDispatcher
DisplayRenderer.BlockDisplayRenderer.blockRenderer
private final BlockRenderDispatcher
ItemFrameRenderer.blockRenderer
private final BlockRenderDispatcher
TntMinecartRenderer.blockRenderer
private final BlockRenderDispatcher
TntRenderer.blockRenderer
private final BlockRenderDispatcher
FallingBlockRenderer.dispatcher
Methods in net.minecraft.client.renderer.entity that return BlockRenderDispatcherMethods in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionstatic void
TntMinecartRenderer.renderWhiteSolidBlock
(BlockRenderDispatcher pBlockRenderDispatcher, BlockState pState, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, boolean pWhiteOverlay) Constructors 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, Font pFont) EntityRenderDispatcher
(Minecraft pMinecraft, TextureManager pTextureManager, ItemModelResolver pItemModelResolver, ItemRenderer pItemRenderer, MapRenderer pMapRenderer, BlockRenderDispatcher pBlockRenderDispatcher, Font pFont, Options pOptions, Supplier<EntityModelSet> pEntityModels, EquipmentAssetManager pEquipmentModels) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
CarriedBlockLayer.blockRenderer
private final BlockRenderDispatcher
IronGolemFlowerLayer.blockRenderer
private final BlockRenderDispatcher
MushroomCowMushroomLayer.blockRenderer
private final BlockRenderDispatcher
SnowGolemHeadLayer.blockRenderer
Constructors in net.minecraft.client.renderer.entity.layers with parameters of type BlockRenderDispatcherModifierConstructorDescriptionCarriedBlockLayer
(RenderLayerParent<EndermanRenderState, EndermanModel<EndermanRenderState>> pRenderer, BlockRenderDispatcher pBlockRenderer) IronGolemFlowerLayer
(RenderLayerParent<IronGolemRenderState, IronGolemModel> pRenderer, BlockRenderDispatcher pBlockRenderer) MushroomCowMushroomLayer
(RenderLayerParent<MushroomCowRenderState, CowModel> pRenderer, BlockRenderDispatcher pBlockRenderer) SnowGolemHeadLayer
(RenderLayerParent<SnowGolemRenderState, SnowGolemModel> pRenderer, BlockRenderDispatcher pBlockRenderer)