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