Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.class_5596
Packages that use VertexFormat.class_5596
Package
Description
-
Uses of VertexFormat.class_5596 in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormat.class_5596 -
Uses of VertexFormat.class_5596 in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormat.class_5596Modifier and TypeFieldDescriptionprivate final VertexFormat.class_5596RenderPipeline.vertexFormatModeFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormat.class_5596Modifier and TypeFieldDescriptionprivate Optional<VertexFormat.class_5596> RenderPipeline.Builder.vertexFormatModeprivate final Optional<VertexFormat.class_5596> RenderPipeline.Snippet.vertexFormatModeThe field for thevertexFormatModerecord component.Methods in com.mojang.blaze3d.pipeline that return VertexFormat.class_5596Methods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormat.class_5596Modifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormatMode()Returns the value of thevertexFormatModerecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.class_5596Modifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat(VertexFormat vertexFormat, VertexFormat.class_5596 class_5596) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.class_5596ModifierConstructorDescriptionprotectedRenderPipeline(Identifier identifier, Identifier identifier2, Identifier identifier3, Defines defines, List<String> list, List<RenderPipeline.UniformDescription> list2, Optional<BlendFunction> optional, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean bool, boolean bool2, boolean bool3, boolean bool4, LogicOp logicOp, VertexFormat vertexFormat, VertexFormat.class_5596 class_5596, float float2, float float3) -
Uses of VertexFormat.class_5596 in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.class_5596Modifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer(VertexFormat.class_5596 class_5596) -
Uses of VertexFormat.class_5596 in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat.class_5596Modifier and TypeMethodDescriptionstatic VertexFormat.class_5596Returns the enum constant of this class with the specified name.static VertexFormat.class_5596[]VertexFormat.class_5596.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VertexFormat.class_5596 in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type VertexFormat.class_5596Modifier and TypeMethodDescriptionvoidShaderProgram.method_60897(VertexFormat.class_5596 class_5596, Matrix4f matrix4f, Matrix4f matrix4f2, float float2, float float3) -
Uses of VertexFormat.class_5596 in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.class_5596Modifier and TypeFieldDescriptionprivate final VertexFormat.class_5596BufferBuilder.field_52073private final VertexFormat.class_5596BuiltBuffer.DrawParameters.modeThe field for themoderecord component.Methods in net.minecraft.client.render that return VertexFormat.class_5596Modifier and TypeMethodDescriptionabstract VertexFormat.class_5596RenderLayer.method_23033()RenderLayer.MultiPhase.method_23033()BuiltBuffer.DrawParameters.mode()Returns the value of themoderecord component.Methods in net.minecraft.client.render with parameters of type VertexFormat.class_5596Modifier and TypeMethodDescriptionTessellator.method_60827(VertexFormat.class_5596 class_5596, VertexFormat vertexFormat) Constructors in net.minecraft.client.render with parameters of type VertexFormat.class_5596ModifierConstructorDescriptionBufferBuilder(BufferAllocator bufferAllocator, VertexFormat.class_5596 class_5596, VertexFormat vertexFormat) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.class_5596 class_5596, VertexFormat.class_5595 class_5595)