Uses of Class
com.mojang.blaze3d.vertex.CompactVectorArray
Packages that use CompactVectorArray
-
Uses of CompactVectorArray in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as CompactVectorArrayModifier and TypeFieldDescriptionprivate final CompactVectorArrayMeshData.SortState.centroidsThe field for thecentroidsrecord component.Methods in com.mojang.blaze3d.vertex that return CompactVectorArrayModifier and TypeMethodDescriptionMeshData.SortState.centroids()Returns the value of thecentroidsrecord component.private static CompactVectorArrayMeshData.unpackQuadCentroids(ByteBuffer pBuffer, int pVertexCount, VertexFormat pFormat) Methods in com.mojang.blaze3d.vertex with parameters of type CompactVectorArrayConstructors in com.mojang.blaze3d.vertex with parameters of type CompactVectorArrayModifierConstructorDescriptionSortState(CompactVectorArray centroids, VertexFormat.IndexType indexType) Creates an instance of aSortStaterecord class.