Package com.mojang.blaze3d.vertex
Class MeshData
java.lang.Object
com.mojang.blaze3d.vertex.MeshData
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MeshData.DrawState
private ByteBufferBuilder.Result
private final ByteBufferBuilder.Result
-
Constructor Summary
ConstructorsConstructorDescriptionMeshData
(ByteBufferBuilder.Result pVertexBuffer, MeshData.DrawState pDrawState) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
sortQuads
(ByteBufferBuilder pBufferBuilder, VertexSorting pSorting) private static org.joml.Vector3f[]
unpackQuadCentroids
(ByteBuffer p_350488_, int p_350671_, VertexFormat p_350665_)
-
Field Details
-
vertexBuffer
-
indexBuffer
-
drawState
-
-
Constructor Details
-
MeshData
-
-
Method Details
-
unpackQuadCentroids
private static org.joml.Vector3f[] unpackQuadCentroids(ByteBuffer p_350488_, int p_350671_, VertexFormat p_350665_) -
vertexBuffer
-
indexBuffer
-
drawState
-
sortQuads
@Nullable public MeshData.SortState sortQuads(ByteBufferBuilder pBufferBuilder, VertexSorting pSorting) -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-