Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.IndexType
Packages that use VertexFormat.IndexType
Package
Description
-
Uses of VertexFormat.IndexType in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl 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 final VertexFormat.IndexTypeRenderPass.RenderObject.indexTypeThe field for theindexTyperecord component.private VertexFormat.IndexTypeRenderSystem.ShapeIndexBuffer.indexTypeMethods in com.mojang.blaze3d.systems that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionRenderSystem.ShapeIndexBuffer.getIndexType()@Nullable VertexFormat.IndexTypeRenderPass.RenderObject.indexType()Returns the value of theindexTyperecord component.Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescription<T> voidRenderPass.drawMultipleIndexed(Collection<RenderPass.RenderObject<T>> objects, @Nullable GpuBuffer buffer, @Nullable VertexFormat.IndexType indexType, Collection<String> validationSkippedUniforms, T t) voidRenderPass.setIndexBuffer(GpuBuffer indexBuffer, VertexFormat.IndexType indexType) Constructors in com.mojang.blaze3d.systems with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionRenderObject(int slot, GpuBuffer vertexBuffer, @Nullable GpuBuffer indexBuffer, @Nullable VertexFormat.IndexType indexType, int firstIndex, int indexCount, @Nullable BiConsumer<T, RenderPass.UniformUploader> uniformUploaderConsumer) Creates an instance of aRenderObjectrecord class.RenderObject(int slot, GpuBuffer vertexBuffer, GpuBuffer indexBuffer, VertexFormat.IndexType indexType, int firstIndex, int indexCount) -
Uses of VertexFormat.IndexType in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat.IndexTypeModifier and TypeMethodDescriptionstatic VertexFormat.IndexTypeVertexFormat.IndexType.smallestFor(int int2) 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. -
Uses of VertexFormat.IndexType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.IndexTypeMethods in net.minecraft.client.gl with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprotected voidGlCommandEncoder.drawBoundObjectWithRenderPass(RenderPassImpl pass, int baseVertex, int firstIndex, int count, @Nullable VertexFormat.IndexType indexType, int instanceCount) <T> voidRenderPassImpl.drawMultipleIndexed(Collection<RenderPass.RenderObject<T>> objects, @Nullable GpuBuffer buffer, @Nullable VertexFormat.IndexType indexType, Collection<String> validationSkippedUniforms, T t) protected <T> voidGlCommandEncoder.drawObjectsWithRenderPass(RenderPassImpl pass, Collection<RenderPass.RenderObject<T>> objects, @Nullable GpuBuffer indexBuffer, @Nullable VertexFormat.IndexType indexType, Collection<String> validationSkippedUniforms, T t) private voidGlCommandEncoder.drawObjectWithRenderPass(RenderPassImpl pass, int baseVertex, int firstIndex, int count, @Nullable VertexFormat.IndexType indexType, CompiledShaderPipeline pipeline, int instanceCount) voidRenderPassImpl.setIndexBuffer(@Nullable GpuBuffer indexBuffer, VertexFormat.IndexType indexType) -
Uses of VertexFormat.IndexType in net.minecraft.client.gui.render
Methods in net.minecraft.client.gui.render with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprivate voidGuiRenderer.render(Supplier<String> nameSupplier, Framebuffer framebuffer, GpuBufferSlice fogBuffer, GpuBufferSlice dynamicTransformsBuffer, GpuBuffer buffer, VertexFormat.IndexType indexType, int from, int to) private voidGuiRenderer.render(GuiRenderer.Draw draw, RenderPass pass, GpuBuffer indexBuffer, VertexFormat.IndexType 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.Methods in net.minecraft.client.render with parameters of type VertexFormat.IndexTypeModifier and TypeMethodDescriptionprivate it.unimi.dsi.fastutil.ints.IntConsumerBuiltBuffer.SortState.getStorer(long pointer, VertexFormat.IndexType indexType) Constructors in net.minecraft.client.render with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionDrawParameters(VertexFormat format, int vertexCount, int indexCount, VertexFormat.DrawMode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawParametersrecord class.SortState(Vec3fArray centroids, VertexFormat.IndexType indexType) Creates an instance of aSortStaterecord class. -
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.IndexTypeConstructors in net.minecraft.client.render.chunk with parameters of type VertexFormat.IndexTypeModifierConstructorDescriptionBuffers(GpuBuffer vertexBuffer, @Nullable GpuBuffer indexBuffer, int indexCount, VertexFormat.IndexType indexType)