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()
uv
public void setUv(double[] uv)
uv
public java.lang.String getTexture()
texture
public void setTexture(java.lang.String texture)
texture
public java.lang.Double getRotation()
rotation
public void setRotation(java.lang.Double rotation)
rotation
public java.lang.Integer getTintindex()
tintindex
public void setTintindex(java.lang.Integer tintindex)
tintindex