com.mojang.blaze3d.vertex

public class VertexFormat

com.mojang.blaze3d.vertex.VertexFormat
com.mojang.blaze3d.vertex.VertexFormat
com.mojang.blaze3d.vertex.VertexFormat

Field summary

Modifier and TypeField
private static final int
VERTEX_ALIGNMENT
public static final int
MAX_VERTEX_ELEMENTS
private final Map<String, VertexFormatElement>
elements
private final int
vertexSize
private final int
stepRate
private final List<VertexFormatElement>
elementValues

Constructor summary

ModifierConstructor
private (List<VertexFormatElement> elements, int vertexSize, int stepRate)

Method summary

Modifier and TypeMethod
public static VertexFormat$Builder
builder(int stepRate)
public int
getVertexSize()
public int
getStepRate()
public List<VertexFormatElement>
getElements()
public VertexFormatElement
getElement(String attributeName)
public boolean
contains(String attributeName)