Enum Class MessageInsert

java.lang.Object
java.lang.Enum<MessageInsert>
simplexity.villagerinfo.configurations.locale.MessageInsert
All Implemented Interfaces:
Serializable, Comparable<MessageInsert>, Constable

public enum MessageInsert extends Enum<MessageInsert>
The messages that get inserted into other messages throughout the plugin.
  • Enum Constant Details

    • TOGGLE_TYPE_HIGHLIGHT

      public static final MessageInsert TOGGLE_TYPE_HIGHLIGHT
    • TOGGLE_TYPE_OUTPUT

      public static final MessageInsert TOGGLE_TYPE_OUTPUT
    • TOGGLE_TYPE_SOUND

      public static final MessageInsert TOGGLE_TYPE_SOUND
    • ENABLED_MESSAGE_FORMAT

      public static final MessageInsert ENABLED_MESSAGE_FORMAT
    • DISABLED_MESSAGE_FORMAT

      public static final MessageInsert DISABLED_MESSAGE_FORMAT
    • TRUE_MESSAGE_FORMAT

      public static final MessageInsert TRUE_MESSAGE_FORMAT
    • FALSE_MESSAGE_FORMAT

      public static final MessageInsert FALSE_MESSAGE_FORMAT
    • NONE_MESSAGE_FORMAT

      public static final MessageInsert NONE_MESSAGE_FORMAT
    • NEVER_MESSAGE_FORMAT

      public static final MessageInsert NEVER_MESSAGE_FORMAT
    • EMPTY_MESSAGE_FORMAT

      public static final MessageInsert EMPTY_MESSAGE_FORMAT
    • JUST_NOW_FORMAT

      public static final MessageInsert JUST_NOW_FORMAT
    • POSITIVE_REPUTATION_BAR_FORMAT

      public static final MessageInsert POSITIVE_REPUTATION_BAR_FORMAT
    • NEUTRAL_REPUTATION_BAR_FORMAT

      public static final MessageInsert NEUTRAL_REPUTATION_BAR_FORMAT
    • NEGATIVE_REPUTATION_BAR_FORMAT

      public static final MessageInsert NEGATIVE_REPUTATION_BAR_FORMAT
    • REPUTATION_TOTAL_FORMAT

      public static final MessageInsert REPUTATION_TOTAL_FORMAT
    • HOUR_MESSAGE_FORMAT

      public static final MessageInsert HOUR_MESSAGE_FORMAT
    • MINUTE_MESSAGE_FORMAT

      public static final MessageInsert MINUTE_MESSAGE_FORMAT
    • SECOND_MESSAGE_FORMAT

      public static final MessageInsert SECOND_MESSAGE_FORMAT
    • AGO_MESSAGE_FORMAT

      public static final MessageInsert AGO_MESSAGE_FORMAT
    • LOCATION_X_FORMAT

      public static final MessageInsert LOCATION_X_FORMAT
    • LOCATION_Y_FORMAT

      public static final MessageInsert LOCATION_Y_FORMAT
    • LOCATION_Z_FORMAT

      public static final MessageInsert LOCATION_Z_FORMAT
  • Method Details

    • values

      public static MessageInsert[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MessageInsert valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)