Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormatFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate Optional<VertexFormat> RenderPipeline.Builder.vertexFormatprivate final Optional<VertexFormat> RenderPipeline.Snippet.vertexFormatThe field for thevertexFormatrecord component.Methods in com.mojang.blaze3d.pipeline that return VertexFormatMethods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormat()Returns the value of thevertexFormatrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat(VertexFormat vertexFormat, VertexFormat.class_5596 class_5596) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifierConstructorDescriptionprotectedRenderPipeline(Identifier identifier, Identifier identifier2, Identifier identifier3, Defines defines, List<String> list, List<RenderPipeline.UniformDescription> list2, Optional<BlendFunction> optional, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean bool, boolean bool2, boolean bool3, boolean bool4, LogicOp logicOp, VertexFormat vertexFormat, VertexFormat.class_5596 class_5596, float float2, float float3) -
Uses of VertexFormat in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat -
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatModifier and TypeFieldDescription(package private) final VertexFormatBufferManager.AllocatedBuffer.field_57894Fields in net.minecraft.client.gl with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final Map<VertexFormat, BufferManager.AllocatedBuffer> BufferManager.ARBBufferManager.cacheprivate final Map<VertexFormat, BufferManager.AllocatedBuffer> BufferManager.DefaultBufferManager.cacheMethods in net.minecraft.client.gl with parameters of type VertexFormatModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.method_62896(CompiledShader compiledShader, CompiledShader compiledShader2, VertexFormat vertexFormat, String string) voidBufferManager.ARBBufferManager.method_68428(VertexFormat vertexFormat, GlGpuBuffer glGpuBuffer) voidBufferManager.DefaultBufferManager.method_68428(VertexFormat vertexFormat, GlGpuBuffer glGpuBuffer) abstract voidBufferManager.method_68428(VertexFormat vertexFormat, GlGpuBuffer glGpuBuffer) private static voidBufferManager.DefaultBufferManager.method_68430(VertexFormat vertexFormat, boolean bool) Constructors in net.minecraft.client.gl with parameters of type VertexFormatModifierConstructorDescription(package private)AllocatedBuffer(int int2, VertexFormat vertexFormat, @Nullable GlGpuBuffer glGpuBuffer) -
Uses of VertexFormat in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatModifier and TypeFieldDescriptionprivate final VertexFormatBufferBuilder.field_1565static final VertexFormatVertexFormats.field_1575static final VertexFormatVertexFormats.field_1576static final VertexFormatVertexFormats.field_1577static final VertexFormatVertexFormats.field_1580static final VertexFormatVertexFormats.field_1584static final VertexFormatVertexFormats.field_1585static final VertexFormatVertexFormats.field_1586static final VertexFormatVertexFormats.field_1590static final VertexFormatVertexFormats.field_1592static final VertexFormatVertexFormats.field_20888static final VertexFormatVertexFormats.field_21468static final VertexFormatVertexFormats.field_29336static final VertexFormatVertexFormats.field_29337private final VertexFormatBuiltBuffer.DrawParameters.formatThe field for theformatrecord component.Methods in net.minecraft.client.render that return VertexFormatModifier and TypeMethodDescriptionBuiltBuffer.DrawParameters.format()Returns the value of theformatrecord component.abstract VertexFormatRenderLayer.method_23031()RenderLayer.MultiPhase.method_23031()Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static Vector3f[]BuiltBuffer.method_60820(ByteBuffer byteBuffer, int int2, VertexFormat vertexFormat) Tessellator.method_60827(VertexFormat.class_5596 class_5596, VertexFormat vertexFormat) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder(BufferAllocator bufferAllocator, VertexFormat.class_5596 class_5596, VertexFormat vertexFormat) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.class_5596 class_5596, VertexFormat.class_5595 class_5595)