Uses of Class
com.mojang.blaze3d.vertex.ByteBufferBuilder.Result
Packages that use ByteBufferBuilder.Result
-
Uses of ByteBufferBuilder.Result in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as ByteBufferBuilder.ResultModifier and TypeFieldDescriptionprivate @Nullable ByteBufferBuilder.ResultMeshData.indexBufferprivate final ByteBufferBuilder.ResultMeshData.vertexBufferMethods in com.mojang.blaze3d.vertex that return ByteBufferBuilder.ResultModifier and TypeMethodDescriptionByteBufferBuilder.build()MeshData.SortState.buildSortedIndexBuffer(ByteBufferBuilder target, VertexSorting sorting) MeshData.vertexBufferSlice()Constructors in com.mojang.blaze3d.vertex with parameters of type ByteBufferBuilder.ResultModifierConstructorDescriptionMeshData(ByteBufferBuilder.Result vertexBuffer, MeshData.DrawState drawState) -
Uses of ByteBufferBuilder.Result in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ByteBufferBuilder.ResultModifier and TypeFieldDescriptionprivate final List<ByteBufferBuilder.Result> StagedVertexBuffer.Draw.vertexBufferSlices