Class TextLore

java.lang.Object
dev.aurelium.slate.lore.LoreLine
dev.aurelium.slate.lore.type.TextLore

public class TextLore extends LoreLine
  • Constructor Details

    • TextLore

      public TextLore(String text, LoreStyles styles, boolean wrap, int wrapStyle, boolean smartWrap, String wrapIndent)
  • Method Details

    • getText

      public String getText()
    • getStyles

      public LoreStyles getStyles()
    • shouldWrap

      public boolean shouldWrap()
    • getWrapStyle

      public int getWrapStyle()
    • isSmartWrap

      public boolean isSmartWrap()
    • getWrapIndent

      public String getWrapIndent()