Record Class BufferBuilder.DrawArrayParameters

java.lang.Object
java.lang.Record
net.minecraft.client.render.BufferBuilder.DrawArrayParameters
Record Components:
format -
vertexCount -
indexCount -
mode -
indexType -
indexOnly -
sequentialIndex -
Enclosing class:
BufferBuilder

@Environment(CLIENT) public static record BufferBuilder.DrawArrayParameters(VertexFormat format, int vertexCount, int indexCount, VertexFormat.DrawMode mode, VertexFormat.IndexType indexType, boolean indexOnly, boolean sequentialIndex) extends Record
Mappings:
Namespace Name
official eal$a
intermediary net/minecraft/class_287$class_4574
named net/minecraft/client/render/BufferBuilder$DrawArrayParameters
official a
intermediary comp_749
named format
official b
intermediary comp_750
named vertexCount
official c
intermediary comp_751
named indexCount
official d
intermediary comp_752
named mode
official e
intermediary comp_753
named indexType
official f
intermediary comp_754
named indexOnly
official g
intermediary comp_755
named sequentialIndex
  • Field Details

    • format

      private final VertexFormat format
      The field for the format record component.
    • vertexCount

      private final int vertexCount
      The field for the vertexCount record component.
    • indexCount

      private final int indexCount
      The field for the indexCount record component.
    • mode

      private final VertexFormat.DrawMode mode
      The field for the mode record component.
    • indexType

      private final VertexFormat.IndexType indexType
      The field for the indexType record component.
    • indexOnly

      private final boolean indexOnly
      The field for the indexOnly record component.
    • sequentialIndex

      private final boolean sequentialIndex
      The field for the sequentialIndex record component.
  • Constructor Details

  • Method Details

    • getIndexBufferStart

      public int getIndexBufferStart()
      Mappings:
      Namespace Name Mixin selector
      official a Leal$a;a()I
      intermediary method_31957 Lnet/minecraft/class_287$class_4574;method_31957()I
      named getIndexBufferStart Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getIndexBufferStart()I
    • getVertexBufferPosition

      public int getVertexBufferPosition()
      Mappings:
      Namespace Name Mixin selector
      official b Leal$a;b()I
      intermediary method_43429 Lnet/minecraft/class_287$class_4574;method_43429()I
      named getVertexBufferPosition Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getVertexBufferPosition()I
    • getVertexBufferLimit

      public int getVertexBufferLimit()
      Mappings:
      Namespace Name Mixin selector
      official c Leal$a;c()I
      intermediary method_43430 Lnet/minecraft/class_287$class_4574;method_43430()I
      named getVertexBufferLimit Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getVertexBufferLimit()I
    • getIndexBufferPosition

      public int getIndexBufferPosition()
      Mappings:
      Namespace Name Mixin selector
      official d Leal$a;d()I
      intermediary method_43431 Lnet/minecraft/class_287$class_4574;method_43431()I
      named getIndexBufferPosition Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getIndexBufferPosition()I
    • getIndexBufferLimit

      public int getIndexBufferLimit()
      Mappings:
      Namespace Name Mixin selector
      official e Leal$a;e()I
      intermediary method_43432 Lnet/minecraft/class_287$class_4574;method_43432()I
      named getIndexBufferLimit Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getIndexBufferLimit()I
    • getIndexBufferLength

      private int getIndexBufferLength()
      Mappings:
      Namespace Name Mixin selector
      official n Leal$a;n()I
      intermediary method_31961 Lnet/minecraft/class_287$class_4574;method_31961()I
      named getIndexBufferLength Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getIndexBufferLength()I
    • getIndexBufferEnd

      public int getIndexBufferEnd()
      Mappings:
      Namespace Name Mixin selector
      official f Leal$a;f()I
      intermediary method_31958 Lnet/minecraft/class_287$class_4574;method_31958()I
      named getIndexBufferEnd Lnet/minecraft/client/render/BufferBuilder$DrawArrayParameters;getIndexBufferEnd()I
    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • format

      public VertexFormat format()
      Returns the value of the format record component.
      Returns:
      the value of the format record component
    • vertexCount

      public int vertexCount()
      Returns the value of the vertexCount record component.
      Returns:
      the value of the vertexCount record component
    • indexCount

      public int indexCount()
      Returns the value of the indexCount record component.
      Returns:
      the value of the indexCount record component
    • mode

      public VertexFormat.DrawMode mode()
      Returns the value of the mode record component.
      Returns:
      the value of the mode record component
    • indexType

      public VertexFormat.IndexType indexType()
      Returns the value of the indexType record component.
      Returns:
      the value of the indexType record component
    • indexOnly

      public boolean indexOnly()
      Returns the value of the indexOnly record component.
      Returns:
      the value of the indexOnly record component
    • sequentialIndex

      public boolean sequentialIndex()
      Returns the value of the sequentialIndex record component.
      Returns:
      the value of the sequentialIndex record component