Class Message

java.lang.Object
redempt.redlib.commandmanager.Message

public class Message extends Object
Represents a single entry in a Messages manager
  • Constructor Details

  • Method Details

    • setFormatted

      protected void setFormatted(String formatted)
    • getFormattedValue

      public String getFormattedValue()
      Returns:
      The formatted value of this Message
    • getValue

      public String getValue()
      Returns:
      The unformatted value of this Message
    • getDefaultValue

      public String getDefaultValue()
      Returns:
      The default unformatted value of this Message
    • getPlaceholders

      public List<String> getPlaceholders()
      Returns:
      All placeholders that were found in this Message