Package | Description |
---|---|
net.minecraftforge.client.model.generators |
Modifier and Type | Field and Description |
---|---|
private ModelBuilder.FaceRotation |
ModelBuilder.ElementBuilder.FaceBuilder.rotation |
Modifier and Type | Method and Description |
---|---|
static ModelBuilder.FaceRotation |
ModelBuilder.FaceRotation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelBuilder.FaceRotation[] |
ModelBuilder.FaceRotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModelBuilder.ElementBuilder.FaceBuilder |
ModelBuilder.ElementBuilder.FaceBuilder.rotation(ModelBuilder.FaceRotation rot)
Set the texture rotation for the current face.
|