Class OptionManager.Entry

java.lang.Object
com.realtime.crossfire.jxclient.settings.options.OptionManager.Entry
Enclosing class:
OptionManager

public static class OptionManager.Entry extends Object
Pair of Option and corresponding documentation string.
  • Method Details

    • getOption

      @NotNull public @NotNull Option getOption()
      Returns the Option instance.
      Returns:
      the option instance
    • getDocumentation

      @NotNull public @NotNull String getDocumentation()
      Returns the corresponding documentation string.
      Returns:
      the corresponding documentation string