public class VertexFormat
extends java.lang.Object
Constructor and Description |
---|
VertexFormat() |
VertexFormat(VertexFormat vertexFormatIn) |
Modifier and Type | Method and Description |
---|---|
VertexFormat |
addElement(VertexFormatElement element) |
void |
clear() |
boolean |
equals(java.lang.Object p_equals_1_) |
int |
func_181719_f() |
int |
func_181720_d(int p_181720_1_) |
int |
getColorOffset() |
VertexFormatElement |
getElement(int index) |
int |
getElementCount() |
java.util.List<VertexFormatElement> |
getElements() |
int |
getNextOffset() |
int |
getNormalOffset() |
int |
getUvOffsetById(int id) |
boolean |
hasColor() |
int |
hashCode() |
boolean |
hasNormal() |
boolean |
hasUvOffset(int id) |
java.lang.String |
toString() |
public VertexFormat(VertexFormat vertexFormatIn)
public VertexFormat()
public void clear()
public VertexFormat addElement(VertexFormatElement element)
public boolean hasNormal()
public int getNormalOffset()
public boolean hasColor()
public int getColorOffset()
public boolean hasUvOffset(int id)
public int getUvOffsetById(int id)
public java.lang.String toString()
toString
in class java.lang.Object
public int func_181719_f()
public int getNextOffset()
public java.util.List<VertexFormatElement> getElements()
public int getElementCount()
public VertexFormatElement getElement(int index)
public int func_181720_d(int p_181720_1_)
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object