Enum Class MarkerSign

java.lang.Object
java.lang.Enum<MarkerSign>
gg.xp.xivsupport.events.triggers.marks.adv.MarkerSign
All Implemented Interfaces:
HasOptionalIconURL, HasFriendlyName, Serializable, Comparable<MarkerSign>, Constable

public enum MarkerSign extends Enum<MarkerSign> implements HasFriendlyName, HasOptionalIconURL
  • Enum Constant Details

  • Method Details

    • values

      public static MarkerSign[] 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 MarkerSign 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
    • of

      public static MarkerSign of(String s)
    • ofNullable

      public static MarkerSign ofNullable(String s)
    • fromId

      public static MarkerSign fromId(int id)
    • getCommand

      public String getCommand()
    • getKoreanCommand

      public String getKoreanCommand()
    • getGermanCommand

      public String getGermanCommand()
    • getCommand

      public String getCommand(AutoMarkLanguage language)
    • getBase

      public MarkerSign getBase()
    • getIconUrl

      @Nullable public @Nullable HasIconURL getIconUrl()
      Specified by:
      getIconUrl in interface HasOptionalIconURL
    • getFriendlyName

      public String getFriendlyName()
      Specified by:
      getFriendlyName in interface HasFriendlyName