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 ByteBufferBuilder.Result
MeshData.indexBuffer
private final ByteBufferBuilder.Result
MeshData.vertexBuffer
Methods in com.mojang.blaze3d.vertex that return ByteBufferBuilder.ResultModifier and TypeMethodDescriptionByteBufferBuilder.build()
MeshData.SortState.buildSortedIndexBuffer
(ByteBufferBuilder p_351024_, VertexSorting p_350537_) Methods in com.mojang.blaze3d.vertex with parameters of type ByteBufferBuilder.ResultModifier and TypeMethodDescriptionvoid
VertexBuffer.uploadIndexBuffer
(ByteBufferBuilder.Result p_350937_) Constructors in com.mojang.blaze3d.vertex with parameters of type ByteBufferBuilder.ResultModifierConstructorDescriptionMeshData
(ByteBufferBuilder.Result p_350637_, MeshData.DrawState p_350712_) -
Uses of ByteBufferBuilder.Result in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type ByteBufferBuilder.ResultModifier and TypeMethodDescriptionSectionRenderDispatcher.uploadSectionIndexBuffer
(ByteBufferBuilder.Result p_350933_, VertexBuffer p_350643_)