Package com.mojang.blaze3d.vertex
Class BufferBuilder.SortState
java.lang.Object
com.mojang.blaze3d.vertex.BufferBuilder.SortState
- Enclosing class:
- BufferBuilder
-
Field Summary
Modifier and TypeFieldDescription(package private) final VertexFormat.Mode
(package private) final Vector3f[]
(package private) final float
(package private) final float
(package private) final float
(package private) final int
-
Constructor Summary
ConstructorDescriptionSortState
(VertexFormat.Mode p_166824_, int p_166825_, Vector3f[] p_166826_, float p_166827_, float p_166828_, float p_166829_) -
Method Summary
-
Field Details
-
mode
-
vertices
final int vertices -
sortingPoints
-
sortX
final float sortX -
sortY
final float sortY -
sortZ
final float sortZ
-
-
Constructor Details
-
SortState
SortState(VertexFormat.Mode p_166824_, int p_166825_, @Nullable Vector3f[] p_166826_, float p_166827_, float p_166828_, float p_166829_)
-