Class HighlightedString

java.lang.Object
me.despical.commons.scoreboard.common.animation.FrameAnimatedString
me.despical.commons.scoreboard.common.animation.HighlightedString
All Implemented Interfaces:
AnimatableString

public class HighlightedString extends FrameAnimatedString
Author:
Despical

Created at 22.05.2021

  • Field Details

    • context

      protected final String context
    • normalFormat

      protected final String normalFormat
    • highlightFormat

      protected final String highlightFormat
    • prefix

      protected final String prefix
    • suffix

      protected final String suffix
  • Constructor Details

    • HighlightedString

      public HighlightedString(String context, String normalFormat, String highlightFormat)
    • HighlightedString

      public HighlightedString(String context, String normalFormat, String highlightFormat, String prefix, String suffix)
  • Method Details

    • generateFrames

      protected void generateFrames()
    • getContext

      public String getContext()
    • getNormalColor

      public String getNormalColor()
    • getHighlightColor

      public String getHighlightColor()
    • getPrefix

      public String getPrefix()
    • getSuffix

      public String getSuffix()