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.Methods in com.mojang.blaze3d.vertex with parameters of type CompactVectorArrayModifier and TypeMethodDescriptionstatic voidMeshData.decodeQuadCentroids(ByteBuffer vertexBuffer, int vertexCount, VertexFormat format, CompactVectorArray output, int outputIndex) int[]VertexSorting.sort(CompactVectorArray points) Constructors in com.mojang.blaze3d.vertex with parameters of type CompactVectorArrayModifierConstructorDescriptionSortState(CompactVectorArray centroids, IndexType indexType) Creates an instance of aSortStaterecord class. -
Uses of CompactVectorArray in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return CompactVectorArrayModifier and TypeMethodDescriptionprivate static CompactVectorArrayStagedVertexBuffer.decodeSortingPoints(StagedVertexBuffer.Draw draw)