Package journeymap.api.v2.client.option
Interface KeyedEnum
- All Known Implementing Classes:
InfoSlotDisplayEvent.Position
public interface KeyedEnum
Interface indicating an enum has a key.
-
Method Summary
-
Method Details
-
getKey
String getKey()Key is the label.- Returns:
- - The Key, can be the display string or i18n key.
-