Uses of Class
io.github.somesourcecode.someguiapi.scene.lore.TextParagraph
Packages that use TextParagraph
-
Uses of TextParagraph in io.github.somesourcecode.someguiapi.scene.lore
Methods in io.github.somesourcecode.someguiapi.scene.lore that return TextParagraphModifier and TypeMethodDescriptionTextParagraph.append(net.kyori.adventure.text.Component component) Appends a component to the content of the paragraph.TextParagraph.setContent(net.kyori.adventure.text.Component content) Sets the content of the paragraph.TextParagraph.setWrapType(WrapType wrapType) Sets the type of wrapping that should be applied to the paragraph.TextParagraph.setWrapWidth(int wrapWidth) Sets the width at which the text should be wrapped.static TextParagraphParagraph.text(net.kyori.adventure.text.Component content) Constructs a new text paragraph with the given content.