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.platform
Methods in com.mojang.blaze3d.platform with parameters of type 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
Fields in net.minecraft declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprotected VertexFormat.IndexTypeclass_10866.field_57871private final VertexFormat.IndexTypeclass_10883.class_10884.indexTypeThe field for theindexTyperecord component.Methods in net.minecraft that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionclass_10883.class_10884.indexType()Returns the value of theindexTyperecord component.Methods in net.minecraft with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprotected voidclass_10860.method_68352(class_10866 class_10866, int int2, int int3, VertexFormat.IndexType indexType) private voidclass_10860.method_68353(class_10866 class_10866, int int2, int int3, VertexFormat.IndexType indexType, class_10867 class_10867) voidclass_10866.method_68411(GpuBuffer gpuBuffer, VertexFormat.IndexType indexType) voidclass_10883.method_68411(GpuBuffer gpuBuffer, VertexFormat.IndexType indexType) Constructors in net.minecraft with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionclass_10884(int int2, GpuBuffer gpuBuffer, GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int3, int int4) class_10884(int int2, GpuBuffer gpuBuffer, GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int3, int int4, @Nullable Consumer<class_10883.class_10885> consumer) -
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) -
Uses of VertexFormat.IndexType in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprivate VertexFormat.IndexTypeChunkBuilder.class_10896.field_57958Methods in net.minecraft.client.render.chunk that return VertexFormat.IndexTypeMethods in net.minecraft.client.render.chunk with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionvoidChunkBuilder.class_10896.method_68543(VertexFormat.IndexType indexType) Constructors in net.minecraft.client.render.chunk with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionclass_10896(GpuBuffer gpuBuffer, @Nullable GpuBuffer gpuBuffer2, int int2, VertexFormat.IndexType indexType)