Uses of Enum Class
net.minecraft.client.render.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer(VertexFormat.DrawMode drawMode) -
Uses of VertexFormat.DrawMode in net.minecraft
Fields in net.minecraft declared as VertexFormat.DrawModeFields in net.minecraft with type parameters of type VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate Optional<VertexFormat.DrawMode> class_10785.class_10786.drawModeprivate final Optional<VertexFormat.DrawMode> class_10785.Stage.vertexFormatModeThe field for thevertexFormatModerecord component.Methods in net.minecraft that return VertexFormat.DrawModeMethods in net.minecraft that return types with arguments of type VertexFormat.DrawModeModifier and TypeMethodDescriptionclass_10785.Stage.vertexFormatMode()Returns the value of thevertexFormatModerecord component.Methods in net.minecraft with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionclass_10785.class_10786.addFormat(VertexFormat format, VertexFormat.DrawMode drawMode) Constructors in net.minecraft with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprotectedclass_10785(Identifier identifier, Identifier vertexId, Identifier shard, Defines defines, List<String> samples, List<class_10785.class_10788> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawModeMethods in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionstatic VertexBufferVertexBuffer.createAndUpload(VertexFormat.DrawMode drawMode, VertexFormat format, Consumer<VertexConsumer> callback) voidShaderProgram.initializeUniforms(VertexFormat.DrawMode drawMode, Matrix4f viewMatrix, Matrix4f projectionMatrix, Window window) -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawModeBufferBuilder.drawModeprivate final VertexFormat.DrawModeBuiltBuffer.DrawParameters.modeThe field for themoderecord component.Methods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionabstract VertexFormat.DrawModeRenderLayer.getDrawMode()RenderLayer.MultiPhase.getDrawMode()BuiltBuffer.DrawParameters.mode()Returns the value of themoderecord component.static VertexFormat.DrawModeReturns the enum constant of this class with the specified name.static VertexFormat.DrawMode[]VertexFormat.DrawMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionTessellator.begin(VertexFormat.DrawMode drawMode, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionBufferBuilder(BufferAllocator allocator, VertexFormat.DrawMode drawMode, VertexFormat format) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType)