Class LoreUtil

java.lang.Object
net.playavalon.mythicdungeons.utility.LoreUtil

public class LoreUtil extends Object
  • Constructor Details

    • LoreUtil

      public LoreUtil()
  • Method Details

    • wrapLore

      public static List<String> wrapLore(String lore, boolean wordWrap)
    • wrapLore

      public static List<String> wrapLore(String lore, int maxLength, boolean wordWrap)
    • setDefauldWrapLength

      public static void setDefauldWrapLength(int WrapLength)