Interface ConfigStepMenu.ProvidedItem

All Superinterfaces:
ConfigStepMenu.Item
Enclosing interface:
ConfigStepMenu

public static interface ConfigStepMenu.ProvidedItem extends ConfigStepMenu.Item
Adds a menu item for plugin items. XML tag: provided
  • Method Summary

    Modifier and Type
    Method
    Description
    String attribute referencing the provider.
    Text content with the key that uniquely identifies the item.
  • Method Details

    • getProviderUUID

      String getProviderUUID()
      String attribute referencing the provider.
      Returns:
      String attribute referencing the provider.
    • getSerializedKey

      String getSerializedKey()
      Text content with the key that uniquely identifies the item.
      Returns:
      Text content with the key that uniquely identifies the item.