com.mojang.blaze3d.vertex

public class VertexFormat

cvc
com.mojang.blaze3d.vertex.VertexFormat
net.minecraft.class_293
net.minecraft.client.render.VertexFormat
net.minecraft.client.renderer.vertex.VertexFormat

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_1601
LOGGER
field_177357_a
private final List<VertexFormatElement>
b
elements
field_1602
elements
field_177355_b
private final List<Integer>
c
offsets
field_1597
offsets
field_177356_c
private int
d
vertexSize
field_1600
size
field_177353_d
private int
e
colorOffset
field_1599
offsetColor
field_177354_e
private final List<Integer>
f
texOffset
field_1598
offsetsUv
field_177351_f
private int
g
normalOffset
field_1596
offsetNormal
field_177352_g

Constructor summary

ModifierConstructor
public (VertexFormat arg0)
public ()

Method summary

Modifier and TypeMethod
public void
a()
clear()
method_1366()
clear()
func_207749_a()
public VertexFormat
a(cvd arg0)
addElement(VertexFormatElement arg0)
method_1361(class_296 arg0)
add(VertexFormatElement arg0)
func_181721_a(VertexFormatElement arg0)
public boolean
b()
hasNormal()
method_1368()
hasNormalElement()
func_207751_b()
public int
c()
getNormalOffset()
method_1358()
getNormalOffset()
func_177342_c()
public boolean
d()
hasColor()
method_1369()
hasColorElement()
func_207752_d()
public int
e()
getColorOffset()
method_1360()
getColorOffset()
func_177340_e()
public boolean
a(int arg0)
hasUv(int arg0)
method_1367(int arg0)
hasUvElement(int arg0)
func_207750_a(int arg0)
public int
b(int arg0)
getUvOffset(int arg0)
method_1370(int arg0)
getUvOffset(int arg0)
func_177344_b(int arg0)
private boolean
j()
hasPositionElement()
method_1371()
hasPositionElement()
func_177341_i()
public int
f()
getIntegerSize()
method_1359()
getVertexSizeInteger()
func_181719_f()
public int
g()
getVertexSize()
method_1362()
getVertexSize()
func_177338_f()
public List<VertexFormatElement>
h()
getElements()
method_1357()
getElements()
func_177343_g()
public int
i()
getElementCount()
method_1363()
getElementCount()
func_177345_h()
public VertexFormatElement
c(int arg0)
getElement(int arg0)
method_1364(int arg0)
getElement(int index)
func_177348_c(int arg0)
public int
d(int arg0)
getOffset(int arg0)
method_1365(int arg0)
getElementOffset(int element)
func_181720_d(int arg0)