Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.class_5595
Packages that use VertexFormat.class_5595
Package
Description
-
Uses of VertexFormat.class_5595 in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormat.class_5595 -
Uses of VertexFormat.class_5595 in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as VertexFormat.class_5595Modifier and TypeFieldDescriptionprivate VertexFormat.class_5595RenderSystem.ShapeIndexBuffer.field_27336private final VertexFormat.class_5595RenderPass.class_10884.indexTypeThe field for theindexTyperecord component.Methods in com.mojang.blaze3d.systems that return VertexFormat.class_5595Modifier and TypeMethodDescriptionRenderPass.class_10884.indexType()Returns the value of theindexTyperecord component.RenderSystem.ShapeIndexBuffer.method_31924()Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.class_5595Modifier and TypeMethodDescriptionvoidRenderPass.drawMultipleIndexed(Collection<RenderPass.class_10884> collection, @Nullable GpuBuffer gpuBuffer, VertexFormat.class_5595 class_5595) voidRenderPass.setIndexBuffer(GpuBuffer gpuBuffer, VertexFormat.class_5595 class_5595) Constructors in com.mojang.blaze3d.systems with parameters of type VertexFormat.class_5595ModifierConstructorDescriptionclass_10884(int int2, GpuBuffer gpuBuffer, @Nullable GpuBuffer gpuBuffer2, VertexFormat.class_5595 class_5595, int int3, int int4, @Nullable Consumer<RenderPass.class_10885> consumer) class_10884(int int2, GpuBuffer gpuBuffer, GpuBuffer gpuBuffer2, VertexFormat.class_5595 class_5595, int int3, int int4) -
Uses of VertexFormat.class_5595 in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat.class_5595Modifier and TypeMethodDescriptionstatic VertexFormat.class_5595VertexFormat.class_5595.method_31972(int int2) static VertexFormat.class_5595Returns the enum constant of this class with the specified name.static VertexFormat.class_5595[]VertexFormat.class_5595.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VertexFormat.class_5595 in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.class_5595Methods in net.minecraft.client.gl with parameters of type VertexFormat.class_5595Modifier and TypeMethodDescriptionvoidRenderPassImpl.drawMultipleIndexed(Collection<RenderPass.class_10884> collection, @Nullable GpuBuffer gpuBuffer, VertexFormat.class_5595 class_5595) protected voidGlResourceManager.method_68352(RenderPassImpl renderPassImpl, int int2, int int3, VertexFormat.class_5595 class_5595) private voidGlResourceManager.method_68353(RenderPassImpl renderPassImpl, int int2, int int3, VertexFormat.class_5595 class_5595, CompiledShaderPipeline compiledShaderPipeline) protected voidGlResourceManager.method_68355(RenderPassImpl renderPassImpl, Collection<RenderPass.class_10884> collection, @Nullable GpuBuffer gpuBuffer, VertexFormat.class_5595 class_5595) voidRenderPassImpl.setIndexBuffer(@Nullable GpuBuffer gpuBuffer, VertexFormat.class_5595 class_5595) -
Uses of VertexFormat.class_5595 in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.class_5595Modifier and TypeFieldDescriptionprivate final VertexFormat.class_5595BuiltBuffer.DrawParameters.indexTypeThe field for theindexTyperecord component.private final VertexFormat.class_5595BuiltBuffer.SortState.indexTypeThe field for theindexTyperecord component.Methods in net.minecraft.client.render that return VertexFormat.class_5595Modifier 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.class_5595Modifier and TypeMethodDescriptionprivate IntConsumerBuiltBuffer.SortState.method_60823(long long2, VertexFormat.class_5595 class_5595) Constructors in net.minecraft.client.render with parameters of type VertexFormat.class_5595ModifierConstructorDescriptionDrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.class_5596 class_5596, VertexFormat.class_5595 class_5595) SortState(Vector3f[] vector3f, VertexFormat.class_5595 class_5595) -
Uses of VertexFormat.class_5595 in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as VertexFormat.class_5595Modifier and TypeFieldDescriptionprivate VertexFormat.class_5595ChunkBuilder.Buffers.field_57958Methods in net.minecraft.client.render.chunk that return VertexFormat.class_5595Methods in net.minecraft.client.render.chunk with parameters of type VertexFormat.class_5595Modifier and TypeMethodDescriptionvoidChunkBuilder.Buffers.method_68543(VertexFormat.class_5595 class_5595) Constructors in net.minecraft.client.render.chunk with parameters of type VertexFormat.class_5595ModifierConstructorDescriptionBuffers(GpuBuffer gpuBuffer, @Nullable GpuBuffer gpuBuffer2, int int2, VertexFormat.class_5595 class_5595)