Uses of Class
net.minecraft.client.renderer.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormatModifier and TypeFieldDescriptionprivate final VertexFormat
BufferBuilder.DrawState.format
private VertexFormat
BufferBuilder.format
private final VertexFormat
BufferBuilder.State.format
private final VertexFormat
RenderType.format
private final VertexFormat
WorldRenderer.format
private final VertexFormat
WorldRenderer.skyFormat
Methods in net.minecraft.client.renderer that return VertexFormatModifier and TypeMethodDescriptionBufferBuilder.DrawState.format()
RenderType.format()
BufferBuilder.getVertexFormat()
Methods in net.minecraft.client.renderer with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static void
WorldVertexBufferUploader._end
(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
(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
(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
(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 VertexFormatModifierConstructorDescriptionprivate
DrawState
(VertexFormat p_i225905_1_, int p_i225905_2_, int p_i225905_3_) RenderType
(String p_i225992_1_, VertexFormat p_i225992_2_, int p_i225992_3_, int p_i225992_4_, boolean p_i225992_5_, boolean p_i225992_6_, Runnable p_i225992_7_, Runnable p_i225992_8_) private
State
(ByteBuffer p_i225907_1_, VertexFormat p_i225907_2_) private
Type
(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 VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormat
DefaultVertexFormats.BLOCK
private final VertexFormat
VertexBuffer.format
static final VertexFormat
DefaultVertexFormats.NEW_ENTITY
static final VertexFormat
DefaultVertexFormats.PARTICLE
Deprecated.static final VertexFormat
DefaultVertexFormats.POSITION
static final VertexFormat
DefaultVertexFormats.POSITION_COLOR
static final VertexFormat
DefaultVertexFormats.POSITION_COLOR_LIGHTMAP
static final VertexFormat
DefaultVertexFormats.POSITION_COLOR_TEX
static final VertexFormat
DefaultVertexFormats.POSITION_COLOR_TEX_LIGHTMAP
static final VertexFormat
DefaultVertexFormats.POSITION_TEX
static final VertexFormat
DefaultVertexFormats.POSITION_TEX_COLOR
Deprecated.static final VertexFormat
DefaultVertexFormats.POSITION_TEX_COLOR_NORMAL
Deprecated.static final VertexFormat
DefaultVertexFormats.POSITION_TEX_LIGHTMAP_COLOR
Deprecated.Constructors in net.minecraft.client.renderer.vertex with parameters of type VertexFormat -
Uses of VertexFormat in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type VertexFormatModifier and TypeMethodDescriptionstatic int
ForgeHooksClient.getColorIndex
(VertexFormat fmt) static void
ForgeHooksClient.postDraw
(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer) static void
ForgeHooksClient.preDraw
(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer) Constructors in net.minecraftforge.client with parameters of type VertexFormatModifierConstructorDescriptionprivate
Internal
(String name, VertexFormat fmt, int glMode, int size, boolean doCrumbling, boolean depthSorting, Runnable onEnable, Runnable onDisable) -
Uses of VertexFormat in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate 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 VertexFormatModifier and TypeFieldDescriptionprotected VertexFormat
VertexLighterFlat.baseFormat
private static final VertexFormat
LightUtil.DEFAULT_FROM
private static final VertexFormat
LightUtil.DEFAULT_TO
protected VertexFormat
QuadGatheringTransformer.format
Fields in net.minecraftforge.client.model.pipeline with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate static final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<VertexFormat,
VertexFormat>, int[]> LightUtil.formatMaps
private static final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<VertexFormat,
VertexFormat>, int[]> LightUtil.formatMaps
Methods in net.minecraftforge.client.model.pipeline that return VertexFormatModifier and TypeMethodDescriptionBakedQuadBuilder.getVertexFormat()
IVertexConsumer.getVertexFormat()
QuadGatheringTransformer.getVertexFormat()
TransformerConsumer.getVertexFormat()
final VertexFormat
VertexBufferConsumer.getVertexFormat()
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 VertexFormatModifier and TypeMethodDescriptionprivate 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)