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 TypeFieldDescriptionprivate final VertexFormatclass_10156.vertexFormatThe field for thevertexFormatrecord component.Methods in net.minecraft that return VertexFormatModifier and TypeMethodDescriptionclass_10156.vertexFormat()Returns the value of thevertexFormatrecord component.Methods in net.minecraft with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static class_10156class_10142.method_62902(String string, VertexFormat vertexFormat) private static class_10156class_10142.method_62903(String string, VertexFormat vertexFormat, class_10149 class_10149) Constructors in net.minecraft with parameters of type VertexFormatModifierConstructorDescriptionclass_10156(Identifier identifier, VertexFormat vertexFormat, class_10149 class_10149) -
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatMethods in net.minecraft.client.gl that return VertexFormatModifier and TypeMethodDescriptionVertexBuffer.getVertexFormat()private VertexFormatVertexBuffer.uploadVertexBuffer(BuiltBuffer.DrawParameters parameters, @Nullable ByteBuffer vertexBuffer) Methods in net.minecraft.client.gl with parameters of type VertexFormatModifier and TypeMethodDescriptionstatic ShaderProgramShaderProgram.method_62896(class_10141 class_10141, class_10141 class_101412, VertexFormat vertexFormat) -
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_COLORprivate final VertexFormatRenderLayer.vertexFormatMethods in net.minecraft.client.render that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()BuiltBuffer.DrawParameters.format()Returns the value of theformatrecord component.RenderLayer.getVertexFormat()Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionTessellator.begin(VertexFormat.DrawMode drawMode, VertexFormat format) private static VertexBufferBufferRenderer.bind(VertexFormat vertexFormat) private static Vector3f[]BuiltBuffer.collectCentroids(ByteBuffer buf, int vertexCount, VertexFormat format) private static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases) (package private) static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, RenderLayer.MultiPhaseParameters phaseData) 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) (package private)MultiPhase(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases) RenderLayer(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, Runnable startAction, Runnable endAction)