Uses of Enum Class
net.risingworld.api.ui.style.Align
-
Uses of Align in net.risingworld.api.ui.style
Modifier and TypeFieldDescriptionStyle.alignContent
Determines the alignment of the content on the cross axis if they spawn over multiple linesStyle.alignItems
Determines the alignment of the children on the cross axisStyle.alignSelf
Similar toalignItems
, but only for this specific elementModifier and TypeMethodDescriptionstatic Align
Align.get
(int ordinal) Gets an enum from the ordinal value.static Align
Returns the enum constant of this class with the specified name.static Align[]
Align.values()
Returns an array containing the constants of this enum class, in the order they are declared.