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.IndexTypeBuiltBuffer.DrawParameters.indexTypeThe field for theindexTyperecord component.private final VertexFormat.IndexTypeBuiltBuffer.SortState.indexTypeThe field for theindexTyperecord component.Methods in net.minecraft.client.render that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionBuiltBuffer.DrawParameters.indexType()Returns the value of theindexTyperecord component.BuiltBuffer.SortState.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 IntConsumerBuiltBuffer.SortState.getStorer(long pointer, VertexFormat.IndexType indexTyp) Constructors in net.minecraft.client.render with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionDrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) SortState(Vector3f[] vector3f, VertexFormat.IndexType indexType)