Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.Mode
Package
Description
-
Uses of VertexFormat.Mode in com.mojang.blaze3d.systems
-
Uses of VertexFormat.Mode in com.mojang.blaze3d.vertex
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode p_350571_, VertexFormat p_350837_) ModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder p_350781_, VertexFormat.Mode p_350789_, VertexFormat p_350682_) 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
Modifier 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_) RenderType.create
(String p_173210_, VertexFormat p_173211_, VertexFormat.Mode p_173212_, int p_173213_, RenderType.CompositeState p_173214_) void
ShaderInstance.setDefaultUniforms
(VertexFormat.Mode p_350497_, org.joml.Matrix4f p_351053_, org.joml.Matrix4f p_350556_, Window p_350876_) ModifierConstructorDescription(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_)