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 VertexFormatBufferBuilder.DrawState. formatprivate VertexFormatBufferBuilder. formatprivate VertexFormatBufferBuilder.State. formatprivate VertexFormatRenderType. formatprivate VertexFormatWorldRenderer. formatprivate VertexFormatWorldRenderer. skyFormatMethods in net.minecraft.client.renderer that return VertexFormat Modifier and Type Method Description VertexFormatBufferBuilder.DrawState. format()VertexFormatRenderType. format()VertexFormatBufferBuilder. getVertexFormat()Methods in net.minecraft.client.renderer with parameters of type VertexFormat Modifier and Type Method Description private static voidWorldVertexBufferUploader. _end(java.nio.ByteBuffer p_227844_0_, int p_227844_1_, VertexFormat p_227844_2_, int p_227844_3_)voidBufferBuilder. begin(int p_181668_1_, VertexFormat p_181668_2_)static RenderType.TypeRenderType. 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.TypeRenderType. 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.TypeRenderType.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 voidBufferBuilder. 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 VertexFormatDefaultVertexFormats. BLOCKprivate VertexFormatVertexBuffer. formatstatic VertexFormatDefaultVertexFormats. NEW_ENTITYstatic VertexFormatDefaultVertexFormats. PARTICLEDeprecated.static VertexFormatDefaultVertexFormats. POSITIONstatic VertexFormatDefaultVertexFormats. POSITION_COLORstatic VertexFormatDefaultVertexFormats. POSITION_COLOR_LIGHTMAPstatic VertexFormatDefaultVertexFormats. POSITION_COLOR_TEXstatic VertexFormatDefaultVertexFormats. POSITION_COLOR_TEX_LIGHTMAPstatic VertexFormatDefaultVertexFormats. POSITION_TEXstatic VertexFormatDefaultVertexFormats. POSITION_TEX_COLORDeprecated.static VertexFormatDefaultVertexFormats. POSITION_TEX_COLOR_NORMALDeprecated.static VertexFormatDefaultVertexFormats. POSITION_TEX_LIGHTMAP_COLORDeprecated.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 intForgeHooksClient. getColorIndex(VertexFormat fmt)static voidForgeHooksClient. postDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, java.nio.ByteBuffer buffer)static voidForgeHooksClient. 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 intQuadTransformer. findNormalOffset(VertexFormat fmt)private static intQuadTransformer. 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 VertexFormatVertexLighterFlat. baseFormatprivate static VertexFormatLightUtil. DEFAULT_FROMprivate static VertexFormatLightUtil. DEFAULT_TOprotected VertexFormatQuadGatheringTransformer. formatFields 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. formatMapsprivate static java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<VertexFormat,VertexFormat>,int[]>LightUtil. formatMapsMethods in net.minecraftforge.client.model.pipeline that return VertexFormat Modifier and Type Method Description VertexFormatBakedQuadBuilder. getVertexFormat()VertexFormatIVertexConsumer. getVertexFormat()VertexFormatQuadGatheringTransformer. getVertexFormat()VertexFormatTransformerConsumer. getVertexFormat()VertexFormatVertexBufferConsumer. getVertexFormat()VertexFormatVertexTransformer. getVertexFormat()(package private) static VertexFormatVertexLighterFlat. withNormal(VertexFormat format)private static VertexFormatVertexLighterFlat. 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 voidLightUtil. pack(float[] from, int[] to, VertexFormat formatTo, int v, int e)voidQuadGatheringTransformer. setVertexFormat(VertexFormat format)voidVertexLighterFlat. setVertexFormat(VertexFormat format)static voidLightUtil. unpack(int[] from, float[] to, VertexFormat formatFrom, int v, int e)(package private) static VertexFormatVertexLighterFlat. withNormal(VertexFormat format)private static VertexFormatVertexLighterFlat. withNormalUncached(VertexFormat format)
-