Uses of Enum Class
net.neoforged.testframework.summary.md.Alignment
Packages that use Alignment
-
Uses of Alignment in net.neoforged.testframework.summary.md
Fields in net.neoforged.testframework.summary.md with type parameters of type AlignmentMethods in net.neoforged.testframework.summary.md that return AlignmentModifier and TypeMethodDescriptionstatic AlignmentTable.getAlignment(List<Alignment> alignments, int columnIndex) static AlignmentReturns 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.Methods in net.neoforged.testframework.summary.md with parameters of type AlignmentModifier and TypeMethodDescriptionTable.Builder.withAlignment(Alignment alignment) Table.Builder.withAlignments(Alignment... alignments) Method parameters in net.neoforged.testframework.summary.md with type arguments of type AlignmentModifier and TypeMethodDescriptionstatic Stringstatic AlignmentTable.getAlignment(List<Alignment> alignments, int columnIndex) Table.Builder.withAlignments(List<Alignment> alignments)