Uses of Enum Class
net.minecraft.client.render.VertexFormat.IndexType
Packages that use VertexFormat.IndexType
-
Uses of VertexFormat.IndexType in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprivate VertexFormat.IndexTypeRenderSystem.ShapeIndexBuffer.indexTypeMethods in com.mojang.blaze3d.systems that return VertexFormat.IndexType -
Uses of VertexFormat.IndexType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.IndexTypeMethods in net.minecraft.client.gl that return VertexFormat.IndexType -
Uses of VertexFormat.IndexType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprivate final VertexFormat.IndexTypeBufferBuilder.DrawParameters.indexTypeThe field for theindexTyperecord component.Methods in net.minecraft.client.render that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionBufferBuilder.DrawParameters.indexType()Returns the value of theindexTyperecord component.static VertexFormat.IndexTypeVertexFormat.IndexType.smallestFor(int indexCount) Returns the smallest type in whichindexCountfits.static VertexFormat.IndexTypeReturns 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.Methods in net.minecraft.client.render with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprivate it.unimi.dsi.fastutil.ints.IntConsumerBufferBuilder.getIndexConsumer(int offset, VertexFormat.IndexType indexType) private voidBufferBuilder.writeSortedIndices(VertexFormat.IndexType indexType) Constructors in net.minecraft.client.render with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionDrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType, boolean bool, boolean bool2)