Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.Mode
Packages that use VertexFormat.Mode
Package
Description
-
Uses of VertexFormat.Mode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer
(VertexFormat.Mode pFormatMode) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormat.ModeModifier and TypeFieldDescriptionprivate final VertexFormat.Mode
BufferBuilder.mode
private final VertexFormat.Mode
MeshData.DrawState.mode
The field for themode
record component.private VertexFormat.Mode
VertexBuffer.mode
Methods in com.mojang.blaze3d.vertex that return VertexFormat.ModeModifier and TypeMethodDescriptionMeshData.DrawState.mode()
Returns the value of themode
record component.static VertexFormat.Mode
Returns the enum constant of this class with the specified name.static VertexFormat.Mode[]
VertexFormat.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode pMode, VertexFormat pFormat) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder pBuffer, VertexFormat.Mode pMode, VertexFormat pFormat) DrawState
(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawState
record class. -
Uses of VertexFormat.Mode in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormat.ModeMethods in net.minecraft.client.renderer that return VertexFormat.ModeMethods in net.minecraft.client.renderer with parameters of type VertexFormat.ModeModifier 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) void
ShaderInstance.setDefaultUniforms
(VertexFormat.Mode p_350497_, org.joml.Matrix4f p_351053_, org.joml.Matrix4f p_350556_, Window p_350876_) Constructors in net.minecraft.client.renderer with parameters of type VertexFormat.ModeModifierConstructorDescription(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)