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 p_157194_, int p_157195_) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormat.ModeModifier and TypeFieldDescriptionprivate final VertexFormat.ModeBufferBuilder.DrawState.modeprivate VertexFormat.ModeBufferBuilder.mode(package private) final VertexFormat.ModeBufferBuilder.SortState.modeprivate VertexFormat.ModeVertexBuffer.modeMethods in com.mojang.blaze3d.vertex that return VertexFormat.ModeModifier and TypeMethodDescriptionBufferBuilder.DrawState.mode()static VertexFormat.ModeReturns 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 TypeMethodDescriptionprivate static voidBufferUploader._end(ByteBuffer p_166839_, VertexFormat.Mode p_166840_, VertexFormat p_166841_, int p_166842_, VertexFormat.IndexType p_166843_, int p_166844_, boolean p_166845_) voidBufferBuilder.begin(VertexFormat.Mode p_166780_, VertexFormat p_166781_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifierConstructorDescription(package private)DrawState(VertexFormat p_166802_, int p_166803_, int p_166804_, VertexFormat.Mode p_166805_, VertexFormat.IndexType p_166806_, boolean p_166807_, boolean p_166808_) (package private)SortState(VertexFormat.Mode p_166824_, int p_166825_, Vector3f[] p_166826_, float p_166827_, float p_166828_, float p_166829_) -
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 p_173216_, VertexFormat p_173217_, VertexFormat.Mode p_173218_, int p_173219_, boolean p_173220_, boolean p_173221_, RenderType.CompositeState p_173222_) (package private) static RenderType.CompositeRenderTypeRenderType.create(String p_173210_, VertexFormat p_173211_, VertexFormat.Mode p_173212_, int p_173213_, RenderType.CompositeState p_173214_) Constructors in net.minecraft.client.renderer with parameters of type VertexFormat.ModeModifierConstructorDescription(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_) -
Uses of VertexFormat.Mode in net.minecraftforge.client
Constructors in net.minecraftforge.client with parameters of type VertexFormat.ModeModifierConstructorDescriptionprivateInternal(String name, VertexFormat fmt, VertexFormat.Mode glMode, int size, boolean doCrumbling, boolean depthSorting, Runnable onEnable, Runnable onDisable)