Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormatDefaultVertexFormat.BLIT_SCREENstatic final VertexFormatDefaultVertexFormat.BLOCKprivate final VertexFormatBufferBuilder.formatprivate final VertexFormatMeshData.DrawState.formatThe field for theformatrecord component.private VertexFormatVertexBuffer.formatstatic final VertexFormatDefaultVertexFormat.NEW_ENTITYstatic final VertexFormatDefaultVertexFormat.PARTICLEstatic final VertexFormatDefaultVertexFormat.POSITIONstatic final VertexFormatDefaultVertexFormat.POSITION_COLORstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_LIGHTMAPstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_NORMALstatic final VertexFormatDefaultVertexFormat.POSITION_COLOR_TEX_LIGHTMAPstatic final VertexFormatDefaultVertexFormat.POSITION_TEXstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_COLORstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_COLOR_NORMALstatic final VertexFormatDefaultVertexFormat.POSITION_TEX_LIGHTMAP_COLORMethods in com.mojang.blaze3d.vertex that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()MeshData.DrawState.format()Returns the value of theformatrecord component.VertexBuffer.getFormat()private VertexFormatVertexBuffer.uploadVertexBuffer(MeshData.DrawState pDrawState, ByteBuffer pBuffer) Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionTesselator.begin(VertexFormat.Mode pMode, VertexFormat pFormat) private static VertexBufferBufferUploader.bindImmediateBuffer(VertexFormat pFormat) private static org.joml.Vector3f[]MeshData.unpackQuadCentroids(ByteBuffer pByteBuffer, int pVertexCount, VertexFormat pFormat) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder(ByteBufferBuilder pBuffer, VertexFormat.Mode pMode, VertexFormat pFormat) DrawState(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawStaterecord class. -
Uses of VertexFormat in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormatModifier and TypeFieldDescriptionfinal VertexFormatRenderType.formatprivate final VertexFormatShaderInstance.vertexFormatMethods in net.minecraft.client.renderer that return VertexFormatMethods in net.minecraft.client.renderer with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderType.create(String pName, VertexFormat pFormat, VertexFormat.Mode pMode, int pBufferSize, boolean pAffectsCrumbling, boolean pSortOnUpload, RenderType.CompositeState pState) RenderType.create(String pName, VertexFormat pFormat, VertexFormat.Mode pMode, int pBufferSize, RenderType.CompositeState pState) private ShaderInstanceGameRenderer.preloadShader(ResourceProvider pResourceProvider, String pName, VertexFormat pFormat) Constructors in net.minecraft.client.renderer with parameters of type VertexFormatModifierConstructorDescription(package private)CompositeRenderType(String pName, VertexFormat pFormat, VertexFormat.Mode pMode, int pBufferSize, boolean pAffectsCrumbling, boolean pSortOnUpload, RenderType.CompositeState pState) RenderType(String pName, VertexFormat pFormat, VertexFormat.Mode pMode, int pBufferSize, boolean pAffectsCrumbling, boolean pSortOnUpload, Runnable pSetupState, Runnable pClearState) ShaderInstance(ResourceProvider pResourceProvider, String pName, VertexFormat pVertexFormat) Deprecated.ShaderInstance(ResourceProvider p_173336_, ResourceLocation shaderLocation, VertexFormat p_173338_) -
Uses of VertexFormat in net.neoforged.neoforge.client.model.pipeline
Fields in net.neoforged.neoforge.client.model.pipeline declared as VertexFormatConstructors in net.neoforged.neoforge.client.model.pipeline with parameters of type VertexFormatModifierConstructorDescriptionRemappingVertexPipeline(VertexConsumer parent, VertexFormat targetFormat)