Package com.mojang.blaze3d.vertex
Class BufferBuilder.SortState
java.lang.Object
com.mojang.blaze3d.vertex.BufferBuilder.SortState
- Enclosing class:
 - BufferBuilder
 
- 
Field Summary
FieldsModifier and TypeFieldDescription(package private) final VertexFormat.Mode(package private) final VertexSorting(package private) final org.joml.Vector3f[](package private) final int - 
Constructor Summary
ConstructorsConstructorDescriptionSortState(VertexFormat.Mode p_278011_, int p_277510_, org.joml.Vector3f[] p_278102_, VertexSorting p_277855_)  - 
Method Summary
 
- 
Field Details
- 
mode
 - 
vertices
final int vertices - 
sortingPoints
@Nullable final org.joml.Vector3f[] sortingPoints - 
sorting
 
 - 
 - 
Constructor Details
- 
SortState
SortState(VertexFormat.Mode p_278011_, int p_277510_, @Nullable org.joml.Vector3f[] p_278102_, @Nullable VertexSorting p_277855_)  
 -