Interface ResourcePackManifest.Setting

Enclosing interface:
ResourcePackManifest

public static interface ResourcePackManifest.Setting
Represents a setting that is shown client-side that describe what a pack does. Multiple setting entries are shown in separate paragraphs.
Since:
2.6.2
  • Method Summary

    Modifier and Type
    Method
    Description
    The text shown for the setting.
    The type of the setting.
  • Method Details

    • type

      String type()
      The type of the setting. Usually just "label".
      Returns:
      the type
      Since:
      2.6.2
    • text

      String text()
      The text shown for the setting.
      Returns:
      the text content
      Since:
      2.6.2