Enum MineDownParser.Option

java.lang.Object
java.lang.Enum<MineDownParser.Option>
de.themoep.minedown.adventure.MineDownParser.Option
All Implemented Interfaces:
Serializable, Comparable<MineDownParser.Option>, java.lang.constant.Constable
Enclosing class:
MineDownParser

public static enum MineDownParser.Option extends Enum<MineDownParser.Option>
  • Enum Constant Details

    • SIMPLE_FORMATTING

      public static final MineDownParser.Option SIMPLE_FORMATTING
      Translate simple, in-line MineDown formatting in strings? (Default: true)
    • ADVANCED_FORMATTING

      public static final MineDownParser.Option ADVANCED_FORMATTING
      Translate advanced MineDown formatting (e.g. events) in strings? (Default: true)
    • LEGACY_COLORS

      public static final MineDownParser.Option LEGACY_COLORS
      Whether or not to translate legacy color codes (Default: true)
  • Method Details

    • values

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

      public static MineDownParser.Option valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null