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 BlockRenderDispatcherMethods 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 BlockRenderDispatcherBlockEntityRendererProvider.Context.blockRenderDispatcherprivate BlockRenderDispatcherPistonHeadRenderer.blockRendererFields in net.minecraft.client.renderer.blockentity with type parameters of type BlockRenderDispatcherModifier and TypeFieldDescriptionprivate Supplier<BlockRenderDispatcher>BlockEntityRenderDispatcher.blockRenderDispatcherMethods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherConstructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext(BlockEntityRenderDispatcher p_173577_, BlockRenderDispatcher p_173578_, EntityModelSet p_173579_, Font p_173580_)Constructor parameters in net.minecraft.client.renderer.blockentity with type arguments of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher(Font p_173559_, EntityModelSet p_173560_, Supplier<BlockRenderDispatcher> p_173561_) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionprivate voidMushroomCowMushroomLayer.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
Methods in net.minecraftforge.client with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionstatic voidForgeHooksClient.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
Fields in net.minecraftforge.client.model.animation declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprotected static BlockRenderDispatcherAnimationBlockEntityRenderer.blockRenderer