Uses of Class
io.github.somesourcecode.someguiapi.scene.lore.Lore
Packages that use Lore
Package
Description
-
Uses of Lore in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene that return LoreModifier and TypeMethodDescriptionGuiItem.getLore()Returns the lore of this item.Pixel.getLore()Returns the lore of this pixel.Methods in io.github.somesourcecode.someguiapi.scene with parameters of type LoreModifier and TypeMethodDescriptionvoidSets the lore of this item.Sets the lore of this pixel.Sets the lore of the item.Constructors in io.github.somesourcecode.someguiapi.scene with parameters of type LoreModifierConstructorDescriptionConstructs a new pixel with the specified material, index, title, and lore.Pixel(org.bukkit.Material material, int index, net.kyori.adventure.text.Component title, Lore lore, boolean glow) Constructs a new pixel with the specified material, index, title, lore, and glow.Constructs a new pixel with the specified material, title, and lore.Pixel(org.bukkit.Material material, net.kyori.adventure.text.Component title, Lore lore, boolean glow) Constructs a new pixel with the specified material, title, lore, and glow. -
Uses of Lore in io.github.somesourcecode.someguiapi.scene.lore
Methods in io.github.somesourcecode.someguiapi.scene.lore that return LoreModifier and TypeMethodDescriptionLore.appendBlank()Appends a blank line to the lore.Lore.appendBlank(int space) Appends a blank lines to the lore.Lore.appendDivider(int length, net.kyori.adventure.text.format.NamedTextColor color) Appends a divider with the given length and color to the lore.Lore.appendDivider(int length, net.kyori.adventure.text.format.NamedTextColor color, boolean bold) Appends a divider with the given length, color and boldness to the lore.Lore.appendLine(net.kyori.adventure.text.Component line) Appends a line to the lore.Lore.appendParagraph(Paragraph paragraph) Appends a paragraph to the lore.Lore.appendParagraphs(Paragraph... paragraphs) Appends multiple paragraphs to the lore.Lore.appendParagraphs(List<Paragraph> paragraphs) Appends multiple paragraphs to the lore.Lore.clear()Removes all paragraphs from the lore.Lore.setDecoration(net.kyori.adventure.text.format.TextDecoration decoration, boolean value) Adds a decoration override to the lore.Lore.setParagraphs(List<Paragraph> paragraphs) Sets the paragraphs of the lore.Lore.unsetDecoration(net.kyori.adventure.text.format.TextDecoration decoration) Removes a decoration override from the lore.