Uses of Class
io.github.somesourcecode.someguiapi.scene.Lore.Builder
Packages that use Lore.Builder
-
Uses of Lore.Builder in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene that return Lore.BuilderModifier and TypeMethodDescriptionLore.Builder.blankLine()Appends a blank line to the end of the lore.Lore.Builder.blankLine(int index) Sets the line at the specified index to a blank line.Lore.Builder.clear()Clears all lines from the lore.static Lore.BuilderLore.create()Constructs a new empty lore builder.static Lore.BuilderConstructs a new lore builder with the lines of the given lore.Lore.Builder.insertBlankLine(int index) Inserts a blank line at the specified index.Lore.Builder.insertLine(int index, net.kyori.adventure.text.Component line) Inserts the given line at the specified index.Lore.Builder.line(int index, net.kyori.adventure.text.Component line) Replaces the line at the specified index with the given line.Lore.Builder.line(net.kyori.adventure.text.Component line) Appends the given line to the end of the lore.Sets the lines of the lore.Lore.Builder.lines(net.kyori.adventure.text.Component... lines) Sets the lines of the lore.Lore.Builder.removeLine(int index) Removes the line at the specified index.