| Package | Description |
|---|---|
| net.minecraftforge.common.util |
| Modifier and Type | Field and Description |
|---|---|
private TextTable.Alignment |
TextTable.Column.alignment |
| Modifier and Type | Method and Description |
|---|---|
static TextTable.Alignment |
TextTable.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextTable.Alignment[] |
TextTable.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TextTable.Column |
TextTable.column(java.lang.String header,
TextTable.Alignment alignment) |
| Constructor and Description |
|---|
Column(java.lang.String header,
TextTable.Alignment alignment) |