Uses of Enum Class
net.minecraft.client.render.VertexFormat.IndexType
Packages that use VertexFormat.IndexType
Package
Description
-
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.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.IndexTypeModifier and TypeFieldDescriptionprivate final VertexFormat.IndexTypeRenderPass.BakedObject.indexTypeThe field for theindexTyperecord component.protected VertexFormat.IndexTypeRenderPassImpl.indexTypeMethods in net.minecraft.client.gl that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionRenderPass.BakedObject.indexType()Returns the value of theindexTyperecord component.Methods in net.minecraft.client.gl with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprotected voidGlResourceManager.drawBoundObjectWithRenderPass(RenderPassImpl pass, int offset, int count, VertexFormat.IndexType type) private voidGlResourceManager.drawObjectWithRenderPass(RenderPassImpl pass, int offset, int count, VertexFormat.IndexType indexType, CompiledShaderPipeline pipeline) voidRenderPass.setIndexBuffer(GpuBuffer indexBuffer, VertexFormat.IndexType indexType) voidRenderPassImpl.setIndexBuffer(GpuBuffer indexBuffer, VertexFormat.IndexType indexType) Constructors in net.minecraft.client.gl with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionBakedObject(int slot, GpuBuffer vertexBuffer, GpuBuffer indexBuffer, VertexFormat.IndexType indexType, int firstIndex, int indexCount) BakedObject(int int2, GpuBuffer gpuBuffer, GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int3, int int4, @Nullable Consumer<RenderPass.UniformUploader> 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.IndexTypeMethods in net.minecraft.client.render.chunk that return VertexFormat.IndexTypeMethods in net.minecraft.client.render.chunk with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionvoidChunkBuilder.Buffers.setIndexType(VertexFormat.IndexType indexType) Constructors in net.minecraft.client.render.chunk with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionBuffers(GpuBuffer vertexBuffer, @Nullable GpuBuffer indexBuffer, int indexCount, VertexFormat.IndexType indexType)