fabric-renderer-api-v1-7.2.3+9be2a36e6f.jar

Download file
    package net.fabricmc.fabric.impl.renderer;

import java.util.function.Function;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.fabricmc.fabric.api.renderer.v1.render.BlockVertexConsumerProvider;
import net.minecraft.class_11515;
import net.minecraft.class_1921;
import net.minecraft.class_4588;
import net.minecraft.class_4597;

@Environment(EnvType.CLIENT)
public class DelegatingBlockVertexConsumerProviderImpl implements BlockVertexConsumerProvider {
   public class_4597 vertexConsumerProvider;
   public Function<class_11515, class_1921> renderLayerFunction;

   public class_4588 getBuffer(class_11515 layer) {
      return this.vertexConsumerProvider.method_73477((class_1921)this.renderLayerFunction.apply(layer));
   }
}
    
Download file