Uses of Enum
net.minecraft.client.render.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionstatic RenderSystem.IndexBufferRenderSystem.getSequentialBuffer(VertexFormat.DrawMode drawMode, int int2) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawMode -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate VertexFormat.DrawModeBufferBuilder.drawModeprivate VertexFormat.DrawModeBufferBuilder.State.drawModeprivate VertexFormat.DrawModeRenderLayer.drawModeprivate VertexFormat.DrawModeBufferBuilder.DrawArrayParameters.modeMethods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderLayer.getDrawMode()BufferBuilder.DrawArrayParameters.getMode()static VertexFormat.DrawModeReturns the enum constant of this type with the specified name.static VertexFormat.DrawMode[]VertexFormat.DrawMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionvoidBufferBuilder.begin(VertexFormat.DrawMode drawMode, VertexFormat format)private static voidBufferRenderer.method_34422(ByteBuffer byteBuffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int int2, VertexFormat.IntType intType, int int3, boolean bool)private static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases)private static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, RenderLayer.MultiPhaseParameters phaseData)Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprivateDrawArrayParameters(VertexFormat vertexFormat, int count, int mode, VertexFormat.DrawMode drawMode, VertexFormat.IntType intType, boolean bool, boolean bool2)privateMultiPhase(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)privateState(VertexFormat.DrawMode drawMode, int int2, @Nullable Vec3f[] vec3f, float float2, float float3, float float4)