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.DrawState.formatThe field for theformatrecord component.private VertexFormatBufferBuilder.formatprivate 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_TEXstatic 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 TypeMethodDescriptionBufferBuilder.DrawState.format()Returns the value of theformatrecord component.VertexBuffer.getFormat()private VertexFormatVertexBuffer.uploadVertexBuffer(BufferBuilder.DrawState p_231219_, ByteBuffer p_231220_) Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionvoidBufferBuilder.begin(VertexFormat.Mode p_166780_, VertexFormat p_166781_) private static VertexBufferBufferUploader.bindImmediateBuffer(VertexFormat p_231207_) private voidBufferBuilder.switchFormat(VertexFormat p_85705_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionDrawState(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType, boolean indexOnly, boolean sequentialIndex) Creates an instance of aDrawStaterecord class. -
Uses of VertexFormat in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormatModifier and TypeFieldDescriptionprivate final 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 p_173216_, VertexFormat p_173217_, VertexFormat.Mode p_173218_, int p_173219_, boolean p_173220_, boolean p_173221_, RenderType.CompositeState p_173222_) (package private) static RenderType.CompositeRenderTypeRenderType.create(String p_173210_, VertexFormat p_173211_, VertexFormat.Mode p_173212_, int p_173213_, RenderType.CompositeState p_173214_) private ShaderInstanceGameRenderer.preloadShader(ResourceProvider p_172725_, String p_172726_, VertexFormat p_172727_) Constructors in net.minecraft.client.renderer with parameters of type VertexFormatModifierConstructorDescription(package private)CompositeRenderType(String p_173258_, VertexFormat p_173259_, VertexFormat.Mode p_173260_, int p_173261_, boolean p_173262_, boolean p_173263_, RenderType.CompositeState p_173264_) RenderType(String p_173178_, VertexFormat p_173179_, VertexFormat.Mode p_173180_, int p_173181_, boolean p_173182_, boolean p_173183_, Runnable p_173184_, Runnable p_173185_) ShaderInstance(ResourceProvider p_173336_, String p_173337_, VertexFormat p_173338_) Deprecated.ShaderInstance(ResourceProvider p_173336_, ResourceLocation shaderLocation, VertexFormat p_173338_) -
Uses of VertexFormat in net.neoforged.neoforge.client
Constructors in net.neoforged.neoforge.client with parameters of type VertexFormatModifierConstructorDescriptionprivateInternal(String name, VertexFormat fmt, VertexFormat.Mode glMode, int size, boolean doCrumbling, boolean depthSorting, Runnable onEnable, Runnable onDisable) -
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)