Package | Description |
---|---|
us.fihgu.toolbox.resourcepack.model |
Modifier and Type | Method and Description |
---|---|
ModelFace |
ElementFaceEntry.getCullface()
|
static ModelFace |
ModelFace.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelFace[] |
ModelFace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ElementFaceEntry.setCullface(ModelFace cullface)
|
Constructor and Description |
---|
ElementFaceEntry(double[] uv,
java.lang.String texture,
ModelFace cullface,
java.lang.Double rotation,
java.lang.Integer tintindex) |