Interface BufferSupplier

All Known Implementing Classes:
FixedBufferSupplier, ProcessedBufferSupplier

public interface BufferSupplier
  • Field Details

  • Method Details

    • fixed

      static BufferSupplier fixed(net.minecraft.client.renderer.rendertype.RenderType quadsCull, net.minecraft.client.renderer.rendertype.RenderType quadsNoCull, net.minecraft.client.renderer.rendertype.RenderType lines)
    • fixed

      static BufferSupplier fixed(net.minecraft.client.renderer.rendertype.RenderType quadsCull, net.minecraft.client.renderer.rendertype.RenderType quadsNoCull)
    • fixed

      static BufferSupplier fixed(net.minecraft.client.renderer.rendertype.RenderType quads)
    • quadsCull

      VertexCallback quadsCull(net.minecraft.client.renderer.MultiBufferSource buffers)
    • quadsNoCull

      VertexCallback quadsNoCull(net.minecraft.client.renderer.MultiBufferSource buffers)
    • quads

      default VertexCallback quads(net.minecraft.client.renderer.MultiBufferSource buffers, boolean cull)
    • lines

      default VertexCallback lines(net.minecraft.client.renderer.MultiBufferSource buffers)
    • process

      default BufferSupplier process(UnaryOperator<VertexCallback> process)