Class BufferBuilder.DrawArrayParameters

java.lang.Object
net.minecraft.client.render.BufferBuilder.DrawArrayParameters
Enclosing class:
BufferBuilder

@Environment(CLIENT)
public static final class BufferBuilder.DrawArrayParameters
extends Object
  • Field Details

    • vertexFormat

      private final VertexFormat vertexFormat
    • count

      private final int count
    • mode

      private final int mode
  • Constructor Details

    • DrawArrayParameters

      private DrawArrayParameters​(VertexFormat vertexFormat, int count, int mode)
  • Method Details

    • getVertexFormat

      public VertexFormat getVertexFormat()
    • getCount

      public int getCount()
    • getMode

      public int getMode()