Interface ConfigStepMenu.ModelItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.ModelItem extends ConfigStepMenu.Item
A model menu item. XML tag: "model"
  • Method Details

    • getUUID

      String getUUID()
      The UUID of the model. XML tag: "uuid"
      Returns:
      The UUID of the model.
    • setUUID

      void setUUID(String uuid)
    • getTitleKey

      String getTitleKey()
      A key used to find an alternative title for the menu item. If this is not specified the title of the model is used. XML tag: "titleKey"
      Returns:
      A key used to find an alternative title for the menu item.
    • setTitleKey

      void setTitleKey(String title)