Uses of Enum Class
net.minecraft.client.render.VertexFormat.IndexType
-
Uses of VertexFormat.IndexType in com.mojang.blaze3d.systems
Modifier and TypeFieldDescriptionprivate VertexFormat.IndexType
RenderSystem.ShapeIndexBuffer.indexType
-
Uses of VertexFormat.IndexType in net.minecraft.client.gl
-
Uses of VertexFormat.IndexType in net.minecraft.client.render
Modifier and TypeFieldDescriptionprivate final VertexFormat.IndexType
BufferBuilder.DrawParameters.indexType
The field for theindexType
record component.Modifier and TypeMethodDescriptionBufferBuilder.DrawParameters.indexType()
Returns the value of theindexType
record component.static VertexFormat.IndexType
VertexFormat.IndexType.smallestFor
(int indexCount) Returns the smallest type in whichindexCount
fits.static VertexFormat.IndexType
Returns the enum constant of this class with the specified name.static VertexFormat.IndexType[]
VertexFormat.IndexType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate IntConsumer
BufferBuilder.getIndexConsumer
(int offset, VertexFormat.IndexType indexType) private void
BufferBuilder.writeSortedIndices
(VertexFormat.IndexType indexType) ModifierConstructorDescriptionDrawParameters
(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType, boolean bool, boolean bool2)