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_9801.DrawParameters.formatThe field for theformatrecord component.Methods in net.minecraft that return VertexFormatModifier and TypeMethodDescriptionclass_9801.DrawParameters.format()Returns the value of theformatrecord component.Methods in net.minecraft with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static Vector3f[]class_9801.method_60820(ByteBuffer byteBuffer, int int2, VertexFormat vertexFormat) Constructors in net.minecraft with parameters of type VertexFormatModifierConstructorDescriptionDrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) -
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatModifier and TypeFieldDescriptionprivate final VertexFormatShaderProgram.formatprivate @Nullable VertexFormatVertexBuffer.vertexFormatMethods in net.minecraft.client.gl that return VertexFormatModifier and TypeMethodDescriptionShaderProgram.getFormat()VertexBuffer.getVertexFormat()private VertexFormatVertexBuffer.uploadVertexBuffer(class_9801.DrawParameters parameters, @Nullable ByteBuffer vertexBuffer) Constructors in net.minecraft.client.gl with parameters of type VertexFormatModifierConstructorDescriptionShaderProgram(ResourceFactory factory, String name, VertexFormat format) -
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.formatstatic 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 TypeMethodDescriptionRenderLayer.getVertexFormat()VertexFormat.class_9803.method_60840()Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static VertexBufferBufferRenderer.bind(VertexFormat vertexFormat) Tessellator.method_60827(VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) 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) private ShaderProgramGameRenderer.preloadProgram(ResourceFactory factory, String name, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder(class_9799 class_9799, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) (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)