Uses of Class
net.minecraft.client.renderer.block.BlockRenderDispatcher
Package
Description
-
Uses of BlockRenderDispatcher in net.minecraft.client
-
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.blockentity
Modifier and TypeFieldDescriptionprivate BlockRenderDispatcher
BlockEntityRendererProvider.Context.blockRenderDispatcher
private BlockRenderDispatcher
PistonHeadRenderer.blockRenderer
Modifier and TypeFieldDescriptionprivate Supplier<BlockRenderDispatcher>
BlockEntityRenderDispatcher.blockRenderDispatcher
ModifierConstructorDescriptionContext(BlockEntityRenderDispatcher p_173577_, BlockRenderDispatcher p_173578_, EntityModelSet p_173579_, Font p_173580_)
ModifierConstructorDescriptionBlockEntityRenderDispatcher(Font p_173559_, EntityModelSet p_173560_, Supplier<BlockRenderDispatcher> p_173561_)
-
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Modifier and TypeMethodDescriptionprivate void
MushroomCowMushroomLayer.renderMushroomBlock(PoseStack p_174502_, MultiBufferSource p_174503_, int p_174504_, boolean p_174505_, BlockRenderDispatcher p_174506_, BlockState p_174507_, int p_174508_, BakedModel p_174509_)
-
Uses of BlockRenderDispatcher in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.renderPistonMovedBlocks(BlockPos pos, BlockState state, PoseStack stack, MultiBufferSource buffer, Level world, boolean checkSides, int combinedOverlay, BlockRenderDispatcher blockRenderer)
-
Uses of BlockRenderDispatcher in net.minecraftforge.client.model.animation
Modifier and TypeFieldDescriptionprotected static BlockRenderDispatcher
AnimationBlockEntityRenderer.blockRenderer