Class LoreInterpreter

java.lang.Object
dev.aurelium.slate.lore.LoreInterpreter

public class LoreInterpreter extends Object
  • Constructor Details

    • LoreInterpreter

      public LoreInterpreter(Slate slate)
  • Method Details

    • interpretLore

      @NotNull public @NotNull List<net.kyori.adventure.text.Component> interpretLore(List<LoreLine> loreLines, org.bukkit.entity.Player player, ActiveMenu activeMenu, BuiltItem builtItem)
    • interpretLore

      @NotNull public <T> @NotNull List<net.kyori.adventure.text.Component> interpretLore(List<LoreLine> loreLines, org.bukkit.entity.Player player, ActiveMenu activeMenu, BuiltTemplate<T> builtTemplate, T context)
    • detectListPlaceholder

      public static Pair<String,ListData> detectListPlaceholder(String placeholder)