net.minecraft.client.render.vertex

public class VertexFormat

ddw
net.minecraft.class_2522
net.minecraft.client.render.vertex.VertexFormat
net.minecraft.client.renderer.vertex.VertexFormat
net.minecraft.client.renderer.vertex.VertexFormat

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_11223
LOGGER
field_177357_a
LOGGER
private final List<VertexFormatElement>
b
field_11224
elements
field_177355_b
elements
private final List<Integer>
c
field_11225
offsets
field_177356_c
offsets
private int
d
field_11226
size
field_177353_d
vertexSize
private int
e
field_11227
colorOffset
field_177354_e
colorElementOffset
private final List<Integer>
f
field_11228
offsetsUv
field_177351_f
uvOffsetsById
private int
g
field_11229
normalOffset
field_177352_g
normalElementOffset

Constructor summary

ModifierConstructor
public (VertexFormat format)
public ()

Method summary

Modifier and TypeMethod
public void
a()
method_10332()
clear()
func_207749_a()
clear()
public VertexFormat
a(ddx arg0)
method_10334(class_2523 arg0)
addElement(VertexFormatElement element)
func_181721_a(VertexFormatElement arg0)
addElement(VertexFormatElement element)
public boolean
b()
method_10335()
hasNormal()
func_207751_b()
hasNormal()
public int
c()
method_10337()
getNormalOffset()
func_177342_c()
getNormalOffset()
public boolean
d()
method_10339()
hasColor()
func_207752_d()
hasColor()
public int
e()
method_10341()
getColorOffset()
func_177340_e()
getColorOffset()
public boolean
a(int arg0)
method_10333(int arg0)
hasUv(int index)
func_207750_a(int arg0)
hasUv(int id)
public int
b(int arg0)
method_10336(int arg0)
getUvOffset(int index)
func_177344_b(int arg0)
getUvOffsetById(int id)
private boolean
j()
method_10346()
hasPositionElement()
func_177341_i()
hasPosition()
public int
f()
method_10342()
getIntSize()
func_181719_f()
getIntegerSize()
public int
g()
method_10343()
getVertexSize()
func_177338_f()
getSize()
public List<VertexFormatElement>
h()
method_10344()
getElements()
func_177343_g()
getElements()
public int
i()
method_10345()
getElementCount()
func_177345_h()
getElementCount()
public VertexFormatElement
c(int arg0)
method_10338(int arg0)
getElement(int index)
func_177348_c(int arg0)
getElement(int index)
public int
d(int arg0)
method_10340(int arg0)
getOffset(int index)
func_181720_d(int arg0)
getOffset(int index)