Uses of Class
net.minecraft.client.renderer.vertex.VertexFormat
-
-
Uses of VertexFormat in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormat Modifier and Type Field Description private VertexFormat
BufferBuilder.DrawState. format
private VertexFormat
BufferBuilder. format
private VertexFormat
BufferBuilder.State. format
private VertexFormat
RenderType. format
private VertexFormat
WorldRenderer. format
private VertexFormat
WorldRenderer. skyFormat
Methods in net.minecraft.client.renderer that return VertexFormat Modifier and Type Method Description VertexFormat
BufferBuilder.DrawState. format()
VertexFormat
RenderType. format()
VertexFormat
BufferBuilder. getVertexFormat()
Methods in net.minecraft.client.renderer with parameters of type VertexFormat Modifier and Type Method Description private static void
WorldVertexBufferUploader. _end(java.nio.ByteBuffer p_227844_0_, int p_227844_1_, VertexFormat p_227844_2_, int p_227844_3_)
void
BufferBuilder. begin(int p_181668_1_, VertexFormat p_181668_2_)
static RenderType.Type
RenderType. create(java.lang.String p_228633_0_, VertexFormat p_228633_1_, int p_228633_2_, int p_228633_3_, boolean p_228633_4_, boolean p_228633_5_, RenderType.State p_228633_6_)
static RenderType.Type
RenderType. create(java.lang.String p_228632_0_, VertexFormat p_228632_1_, int p_228632_2_, int p_228632_3_, RenderType.State p_228632_4_)
private static RenderType.Type
RenderType.Type. memoize(java.lang.String p_228676_0_, VertexFormat p_228676_1_, int p_228676_2_, int p_228676_3_, boolean p_228676_4_, boolean p_228676_5_, RenderType.State p_228676_6_)
private void
BufferBuilder. switchFormat(VertexFormat p_227828_1_)
Constructors in net.minecraft.client.renderer with parameters of type VertexFormat Constructor Description DrawState(VertexFormat p_i225905_1_, int p_i225905_2_, int p_i225905_3_)
RenderType(java.lang.String p_i225992_1_, VertexFormat p_i225992_2_, int p_i225992_3_, int p_i225992_4_, boolean p_i225992_5_, boolean p_i225992_6_, java.lang.Runnable p_i225992_7_, java.lang.Runnable p_i225992_8_)
State(java.nio.ByteBuffer p_i225907_1_, VertexFormat p_i225907_2_)
Type(java.lang.String p_i225993_1_, VertexFormat p_i225993_2_, int p_i225993_3_, int p_i225993_4_, boolean p_i225993_5_, boolean p_i225993_6_, RenderType.State p_i225993_7_)
-
Uses of VertexFormat in net.minecraft.client.renderer.vertex
Fields in net.minecraft.client.renderer.vertex declared as VertexFormat Modifier and Type Field Description static VertexFormat
DefaultVertexFormats. BLOCK
private VertexFormat
VertexBuffer. format
static VertexFormat
DefaultVertexFormats. NEW_ENTITY
static VertexFormat
DefaultVertexFormats. PARTICLE
Deprecated.static VertexFormat
DefaultVertexFormats. POSITION
static VertexFormat
DefaultVertexFormats. POSITION_COLOR
static VertexFormat
DefaultVertexFormats. POSITION_COLOR_LIGHTMAP
static VertexFormat
DefaultVertexFormats. POSITION_COLOR_TEX
static VertexFormat
DefaultVertexFormats. POSITION_COLOR_TEX_LIGHTMAP
static VertexFormat
DefaultVertexFormats. POSITION_TEX
static VertexFormat
DefaultVertexFormats. POSITION_TEX_COLOR
Deprecated.static VertexFormat
DefaultVertexFormats. POSITION_TEX_COLOR_NORMAL
Deprecated.static VertexFormat
DefaultVertexFormats. POSITION_TEX_LIGHTMAP_COLOR
Deprecated.Constructors in net.minecraft.client.renderer.vertex with parameters of type VertexFormat Constructor Description VertexBuffer(VertexFormat p_i46098_1_)
-
Uses of VertexFormat in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type VertexFormat Modifier and Type Method Description static int
ForgeHooksClient. getColorIndex(VertexFormat fmt)
static void
ForgeHooksClient. postDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, java.nio.ByteBuffer buffer)
static void
ForgeHooksClient. preDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, java.nio.ByteBuffer buffer)
Constructors in net.minecraftforge.client with parameters of type VertexFormat Constructor Description Internal(java.lang.String name, VertexFormat fmt, int glMode, int size, boolean doCrumbling, boolean depthSorting, java.lang.Runnable onEnable, java.lang.Runnable onDisable)
-
Uses of VertexFormat in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type VertexFormat Modifier and Type Method Description private static int
QuadTransformer. findNormalOffset(VertexFormat fmt)
private static int
QuadTransformer. findPositionOffset(VertexFormat fmt)
-
Uses of VertexFormat in net.minecraftforge.client.model.pipeline
Fields in net.minecraftforge.client.model.pipeline declared as VertexFormat Modifier and Type Field Description protected VertexFormat
VertexLighterFlat. baseFormat
private static VertexFormat
LightUtil. DEFAULT_FROM
private static VertexFormat
LightUtil. DEFAULT_TO
protected VertexFormat
QuadGatheringTransformer. format
Fields in net.minecraftforge.client.model.pipeline with type parameters of type VertexFormat Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<VertexFormat,VertexFormat>,int[]>
LightUtil. formatMaps
private static java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<VertexFormat,VertexFormat>,int[]>
LightUtil. formatMaps
Methods in net.minecraftforge.client.model.pipeline that return VertexFormat Modifier and Type Method Description VertexFormat
BakedQuadBuilder. getVertexFormat()
VertexFormat
IVertexConsumer. getVertexFormat()
VertexFormat
QuadGatheringTransformer. getVertexFormat()
VertexFormat
TransformerConsumer. getVertexFormat()
VertexFormat
VertexBufferConsumer. getVertexFormat()
VertexFormat
VertexTransformer. getVertexFormat()
(package private) static VertexFormat
VertexLighterFlat. withNormal(VertexFormat format)
private static VertexFormat
VertexLighterFlat. withNormalUncached(VertexFormat format)
Methods in net.minecraftforge.client.model.pipeline with parameters of type VertexFormat Modifier and Type Method Description private static int[]
LightUtil. generateMapping(VertexFormat from, VertexFormat to)
static int[]
LightUtil. mapFormats(VertexFormat from, VertexFormat to)
static void
LightUtil. pack(float[] from, int[] to, VertexFormat formatTo, int v, int e)
void
QuadGatheringTransformer. setVertexFormat(VertexFormat format)
void
VertexLighterFlat. setVertexFormat(VertexFormat format)
static void
LightUtil. unpack(int[] from, float[] to, VertexFormat formatFrom, int v, int e)
(package private) static VertexFormat
VertexLighterFlat. withNormal(VertexFormat format)
private static VertexFormat
VertexLighterFlat. withNormalUncached(VertexFormat format)
-