| Package | Description |
|---|---|
| net.risingworld.api.gui |
| Modifier and Type | Method and Description |
|---|---|
PivotPosition |
GuiElement.getPivot()
Gets the pivot of this element.
|
static PivotPosition |
PivotPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PivotPosition[] |
PivotPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuiElement.setPivot(PivotPosition pivot)
Sets the pivot for this element, this determines the actual location of
the position coordinate.
|