Uses of Class
io.github.somesourcecode.someguiapi.scene.lore.DividerParagraph
Packages that use DividerParagraph
-
Uses of DividerParagraph in io.github.somesourcecode.someguiapi.scene.lore
Methods in io.github.somesourcecode.someguiapi.scene.lore that return DividerParagraphModifier and TypeMethodDescriptionstatic DividerParagraphParagraph.divider()Constructs a new divider paragraph.static DividerParagraphParagraph.divider(int length) Constructs a new divider paragraph with the given length.static DividerParagraphParagraph.divider(int length, net.kyori.adventure.text.format.NamedTextColor color) Constructs a new divider paragraph with the given length and color.static DividerParagraphParagraph.divider(int length, net.kyori.adventure.text.format.NamedTextColor color, boolean bold) Constructs a new divider paragraph with the given length, color and boldness.DividerParagraph.setBold(boolean bold) Sets whether the divider is bold.DividerParagraph.setColor(net.kyori.adventure.text.format.TextColor color) Sets the color of the divider.DividerParagraph.setLength(int length) Sets the length of the divider.