Interface ConfigStepMenu.ProvidedItem
- All Superinterfaces:
ConfigStepMenu.Item
- Enclosing interface:
- ConfigStepMenu
Adds a menu item for plugin items.
XML tag: provided
-
Method Summary
Modifier and TypeMethodDescriptionString 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.
-