Uses of Enum Class
net.minecraft.client.render.VertexFormat.IndexType
Packages that use VertexFormat.IndexType
Package
Description
The base package for all Minecraft classes.
-
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
Fields in net.minecraft declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprivate final VertexFormat.IndexTypeclass_9801.class_9802.indexTypeThe field for theindexTyperecord component.private final VertexFormat.IndexTypeclass_9801.DrawParameters.indexTypeThe field for theindexTyperecord component.Methods in net.minecraft that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionclass_9801.class_9802.indexType()Returns the value of theindexTyperecord component.class_9801.DrawParameters.indexType()Returns the value of theindexTyperecord component.Methods in net.minecraft with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprivate IntConsumerclass_9801.class_9802.method_60823(long long2, VertexFormat.IndexType indexType) Constructors in net.minecraft with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionclass_9802(Vector3f[] vector3f, VertexFormat.IndexType indexType) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType 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
Methods in net.minecraft.client.render that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionstatic 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.