public class ElementFaceEntry
extends java.lang.Object
| Constructor and Description |
|---|
ElementFaceEntry() |
ElementFaceEntry(double[] uv,
java.lang.String texture,
ModelFace cullface,
java.lang.Double rotation,
java.lang.Integer tintindex) |
| Modifier and Type | Method and Description |
|---|---|
ModelFace |
getCullface()
See
cullface |
java.lang.Double |
getRotation()
See
rotation |
java.lang.String |
getTexture()
See
texture |
java.lang.Integer |
getTintindex()
See
tintindex |
double[] |
getUv()
See
uv |
void |
setCullface(ModelFace cullface)
See
cullface |
void |
setRotation(java.lang.Double rotation)
See
rotation |
void |
setTexture(java.lang.String texture)
See
texture |
void |
setTintindex(java.lang.Integer tintindex)
See
tintindex |
void |
setUv(double[] uv)
See
uv |
public ElementFaceEntry()
public ElementFaceEntry(double[] uv,
java.lang.String texture,
ModelFace cullface,
java.lang.Double rotation,
java.lang.Integer tintindex)
public double[] getUv()
uvpublic void setUv(double[] uv)
uvpublic java.lang.String getTexture()
texturepublic void setTexture(java.lang.String texture)
texturepublic java.lang.Double getRotation()
rotationpublic void setRotation(java.lang.Double rotation)
rotationpublic java.lang.Integer getTintindex()
tintindexpublic void setTintindex(java.lang.Integer tintindex)
tintindex