public interface TreeLayoutElement
TreeLayout
.Modifier and Type | Method and Description |
---|---|
Advancement |
getAdvancement()
Gets the
Advancement . |
com.flowpowered.math.vector.Vector2d |
getPosition()
Gets the position of the
Advancement . |
void |
setPosition(double x,
double y)
Sets the position of the
Advancement . |
default void |
setPosition(com.flowpowered.math.vector.Vector2d position)
Sets the position of the
Advancement . |
Advancement getAdvancement()
Advancement
.com.flowpowered.math.vector.Vector2d getPosition()
Advancement
.default void setPosition(com.flowpowered.math.vector.Vector2d position)
Advancement
.position
- The positionvoid setPosition(double x, double y)
Advancement
.x
- The x coordinatey
- The y coordinate