Uses of Enum Class
net.neoforged.testframework.summary.md.Alignment
-
Uses of Alignment in net.neoforged.testframework.summary.md
Modifier and TypeMethodDescriptionstatic Alignment
Table.getAlignment
(List<Alignment> alignments, int columnIndex) static Alignment
Returns the enum constant of this class with the specified name.static Alignment[]
Alignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTable.Builder.withAlignment
(Alignment alignment) Table.Builder.withAlignments
(Alignment... alignments) Modifier and TypeMethodDescriptionstatic String
static Alignment
Table.getAlignment
(List<Alignment> alignments, int columnIndex) Table.Builder.withAlignments
(List<Alignment> alignments)