Uses of Class
net.minecraft.client.render.VertexFormat
Packages that use VertexFormat
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexFormat in net.minecraft
Fields in net.minecraft declared as VertexFormatModifier and TypeFieldDescription(package private) final VertexFormatclass_10869.class_10872.field_57894Fields in net.minecraft with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final Map<VertexFormat, class_10869.class_10872> class_10869.class_10870.field_57889private final Map<VertexFormat, class_10869.class_10872> class_10869.class_10871.field_57891Methods in net.minecraft with parameters of type VertexFormatModifier and TypeMethodDescriptionvoidclass_10869.class_10870.method_68428(VertexFormat vertexFormat, class_10859 class_10859) voidclass_10869.class_10871.method_68428(VertexFormat vertexFormat, class_10859 class_10859) abstract voidclass_10869.method_68428(VertexFormat vertexFormat, class_10859 class_10859) private static voidclass_10869.class_10870.method_68430(VertexFormat vertexFormat, boolean bool) Constructors in net.minecraft with parameters of type VertexFormatModifierConstructorDescription(package private)class_10872(int int2, VertexFormat vertexFormat, @Nullable class_10859 class_10859) -
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatFields in net.minecraft.client.gl with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate Optional<VertexFormat> ShaderPipeline.Builder.formatprivate final Optional<VertexFormat> ShaderPipeline.Stage.vertexFormatThe field for thevertexFormatrecord component.Methods in net.minecraft.client.gl that return VertexFormatMethods in net.minecraft.client.gl that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionShaderPipeline.Stage.vertexFormat()Returns the value of thevertexFormatrecord component.Methods in net.minecraft.client.gl with parameters of type VertexFormatModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.create(CompiledShader vertexShader, CompiledShader fragmentShader, VertexFormat format, String name) ShaderPipeline.Builder.format(VertexFormat format, VertexFormat.DrawMode drawMode) Constructors in net.minecraft.client.gl with parameters of type VertexFormatModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertices, Identifier pass, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, class_10880 class_10880, boolean bool, boolean bool2, boolean bool3, boolean bool4, class_10879 class_10879, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3) -
Uses of VertexFormat in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormatVertexFormats.BLIT_SCREENprivate final VertexFormatBufferBuilder.formatprivate final VertexFormatBuiltBuffer.DrawParameters.formatThe field for theformatrecord component.static final VertexFormatVertexFormats.LINESstatic final VertexFormatVertexFormats.POSITIONstatic final VertexFormatVertexFormats.POSITION_COLORstatic final VertexFormatVertexFormats.POSITION_COLOR_LIGHTstatic final VertexFormatVertexFormats.POSITION_COLOR_TEXTURE_LIGHTstatic final VertexFormatVertexFormats.POSITION_COLOR_TEXTURE_LIGHT_NORMALstatic final VertexFormatVertexFormats.POSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMALstatic final VertexFormatVertexFormats.POSITION_TEXTUREstatic final VertexFormatVertexFormats.POSITION_TEXTURE_COLORstatic final VertexFormatVertexFormats.POSITION_TEXTURE_COLOR_LIGHTstatic final VertexFormatVertexFormats.POSITION_TEXTURE_COLOR_NORMALstatic final VertexFormatVertexFormats.POSITION_TEXTURE_LIGHT_COLORMethods in net.minecraft.client.render that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()BuiltBuffer.DrawParameters.format()Returns the value of theformatrecord component.abstract VertexFormatRenderLayer.getVertexFormat()RenderLayer.MultiPhase.getVertexFormat()Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionTessellator.begin(VertexFormat.DrawMode drawMode, VertexFormat format) private static Vector3f[]BuiltBuffer.collectCentroids(ByteBuffer buf, int vertexCount, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder(BufferAllocator allocator, VertexFormat.DrawMode drawMode, VertexFormat format) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType)